diff options
| author | Ada Christine <adachristine18@gmail.com> | 2023-01-04 21:53:07 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2023-01-29 03:02:50 +0000 |
| commit | 6f2d48a2077a6be46eaa6ab0b37d5100ca4bb67f (patch) | |
| tree | 4297194aefdbe91fc6e1481441c10e0634ef48da | |
| parent | aed4937ccbf18daa822412b1014ce292d3da424f (diff) | |
remove pdb
| -rw-r--r-- | loader/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/Makefile b/loader/Makefile index 9ac52f7..f1406a6 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -22,7 +22,7 @@ DEPS := $(OBJS:.o=.d) $(IMAGE): $(OBJS) -CLEANLIST := $(wildcard $(BUILD) $(OBJS)) +CLEANLIST := $(wildcard $(BUILD) $(OBJS)) $(IMAGE:.efi=.pdb) DCLEANLIST := $(CLEANLIST) $(wildcard $(DEPS)) include ../rules.mk |
