mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 02:30:44 +00:00
Don't fiddle with foreign files.
No cc65 tool creates *~ files so we don't cleanup *~ files. If some other tool (like an editor) creates *~ files it's up to the user - and only him - to decide when those files are to be deleted !
This commit is contained in:
parent
04dc8e340c
commit
3c8fd588f6
@ -171,7 +171,7 @@ mostlyclean:
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
$(RM) *~ *.map *.o *.s *.lbl
|
||||
$(RM) *.map *.o *.s *.lbl
|
||||
|
||||
.PHONY: zap
|
||||
zap: clean
|
||||
|
Loading…
x
Reference in New Issue
Block a user