mirror of
https://github.com/cc65/cc65.git
synced 2026-04-20 17:20:49 +00:00
Remove bin and hex references from samples/Makefile
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user