mostlyclean: Clean up.

This commit is contained in:
Sven Michael Klose 2021-12-25 21:25:52 +01:00 committed by mrdudz
parent a45a92a71f
commit 24a9886717
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ testcode.atr: testcode
# Clean-up rules
mostlyclean:
@$(DEL) *.lbl *.map *.lbl *.o 2>$(NULLDEV)
@$(DEL) *.lbl *.map *.o 2>$(NULLDEV)
# we cant use .s since we have asm files in the directory that we want to keep
@$(DEL) ${patsubst %.c,%.s,$(wildcard *.c)} 2>$(NULLDEV)