mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
mostlyclean: Clean up.
This commit is contained in:
parent
05b8af07aa
commit
683739d6fc
@ -424,7 +424,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…
Reference in New Issue
Block a user