summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Yedidia <zyedidia@gmail.com>2022-05-10 19:39:43 -0700
committerZachary Yedidia <zyedidia@gmail.com>2022-05-10 19:39:43 -0700
commit0b82ab2c9732d69f141361c659c7773fd4e6a38a (patch)
treee7e161070c28c64f91324aaf6fa2d4898b57c80f
parentcc1fd4a40f803277eae122580f45e1252d2b4766 (diff)
Clean .d filespios_baremetal
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 02252c1..51cd9bf 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ DEP = $(PIOS_OBJ:.o=.d)
all: $(PIOS_OBJ)
clean:
- rm -f *.list *.o *.elf *.bin
+ rm -f *.d *.list *.o *.elf *.bin
-include $(DEP)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback