1
0
mirror of https://github.com/cc65/cc65.git synced 2024-05-31 22:41:32 +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:
Oliver Schmidt 2016-06-01 19:41:51 +02:00
parent 04dc8e340c
commit 3c8fd588f6

View File

@ -171,7 +171,7 @@ mostlyclean:
.PHONY: clean
clean:
$(RM) *~ *.map *.o *.s *.lbl
$(RM) *.map *.o *.s *.lbl
.PHONY: zap
zap: clean