mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 06:25:17 +00:00
Remove bin and hex references from samples/Makefile
This commit is contained in:
@@ -475,7 +475,7 @@ zip:
|
|||||||
# Clean-up rules
|
# Clean-up rules
|
||||||
|
|
||||||
mostlyclean:
|
mostlyclean:
|
||||||
@$(DEL) *.lbl *.map *.bin *.hex *.o *.s 2>$(NULLDEV)
|
@$(DEL) *.lbl *.map *.o *.s 2>$(NULLDEV)
|
||||||
|
|
||||||
clean: mostlyclean
|
clean: mostlyclean
|
||||||
@$(DEL) $(EXELIST_$(SYS)) $(DISK_$(SYS)) 2>$(NULLDEV)
|
@$(DEL) $(EXELIST_$(SYS)) $(DISK_$(SYS)) 2>$(NULLDEV)
|
||||||
|
Reference in New Issue
Block a user