mirror of
https://github.com/cc65/cc65.git
synced 2024-12-26 08:32:00 +00:00
Don't cleanup files "just in case".
The build doesn't create *.lbl files so we're not deleting *.lbl files.
This commit is contained in:
parent
1ab725e526
commit
38778cdeb6
@ -176,7 +176,7 @@ zip:
|
||||
# Clean-up rules
|
||||
|
||||
mostlyclean:
|
||||
@$(DEL) *.map *.o *.s *.lbl 2>$(NULLDEV)
|
||||
@$(DEL) *.map *.o *.s 2>$(NULLDEV)
|
||||
|
||||
clean: mostlyclean
|
||||
@$(DEL) $(EXELIST) samples.d64 2>$(NULLDEV)
|
||||
|
Loading…
Reference in New Issue
Block a user