mirror of
https://github.com/cc65/cc65.git
synced 2025-03-03 09:32:33 +00:00
mostlyclean: Clean up.
This commit is contained in:
parent
a45a92a71f
commit
24a9886717
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user