diff options
Diffstat (limited to 'menu/Makefile')
-rw-r--r-- | menu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/menu/Makefile b/menu/Makefile index 9514dda5..fafcf27d 100644 --- a/menu/Makefile +++ b/menu/Makefile @@ -47,6 +47,6 @@ clean: -rm -f *.s *.s16 *.o16 *.elf *.com *.a *.d spotless: clean - -rm -f *~ \#* + -rm -f *~ \#* .\#* --include *.d
\ No newline at end of file +-include *.d |