mirror of
https://github.com/cc65/cc65.git
synced 2024-12-28 22:30:12 +00:00
Cleanup whitespace in Makefile
This commit is contained in:
parent
975e43892f
commit
5eafd8115f
@ -340,7 +340,6 @@ define SUBDIR_recipe
|
||||
|
||||
endef # SUBDIR_recipe
|
||||
|
||||
|
||||
# --------------------------------------------------------------------------
|
||||
# Rules to make the binaries and the disk
|
||||
|
||||
@ -481,5 +480,4 @@ mostlyclean:
|
||||
clean: mostlyclean
|
||||
@$(DEL) $(EXELIST_$(SYS)) $(DISK_$(SYS)) 2>$(NULLDEV)
|
||||
@$(DEL) multdemo.? ovrldemo.? 2>$(NULLDEV)
|
||||
@$(foreach dir,$(DIRLIST),$(SUBDIR_recipe))
|
||||
|
||||
$(foreach dir,$(DIRLIST),$(SUBDIR_recipe))
|
||||
|
Loading…
Reference in New Issue
Block a user