mirror of
https://github.com/cc65/cc65.git
synced 2025-01-29 21:31:53 +00:00
Remove bin and hex references from samples/Makefile
This commit is contained in:
parent
5eafd8115f
commit
732a5fb9a7
@ -475,7 +475,7 @@ zip:
|
||||
# Clean-up rules
|
||||
|
||||
mostlyclean:
|
||||
@$(DEL) *.lbl *.map *.bin *.hex *.o *.s 2>$(NULLDEV)
|
||||
@$(DEL) *.lbl *.map *.o *.s 2>$(NULLDEV)
|
||||
|
||||
clean: mostlyclean
|
||||
@$(DEL) $(EXELIST_$(SYS)) $(DISK_$(SYS)) 2>$(NULLDEV)
|
||||
|
Loading…
x
Reference in New Issue
Block a user