summaryrefslogtreecommitdiff
path: root/loader/Makefile
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2023-01-04 21:53:07 +0000
committerAda Christine <adachristine18@gmail.com>2023-01-29 03:02:50 +0000
commit6f2d48a2077a6be46eaa6ab0b37d5100ca4bb67f (patch)
tree4297194aefdbe91fc6e1481441c10e0634ef48da /loader/Makefile
parentaed4937ccbf18daa822412b1014ce292d3da424f (diff)
remove pdb
Diffstat (limited to 'loader/Makefile')
-rw-r--r--loader/Makefile2
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