mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 06:25:17 +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:
@@ -171,7 +171,7 @@ mostlyclean:
|
|||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
$(RM) *~ *.map *.o *.s *.lbl
|
$(RM) *.map *.o *.s *.lbl
|
||||||
|
|
||||||
.PHONY: zap
|
.PHONY: zap
|
||||||
zap: clean
|
zap: clean
|
||||||
|
Reference in New Issue
Block a user