1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-08 06:25:17 +00:00

Create disk of GEOS samples

You don't need to convert anymore.
This commit is contained in:
polluks2
2023-01-14 13:49:16 +01:00
committed by GitHub
parent 7979f8a41f
commit a5a8225a58

View File

@@ -80,6 +80,14 @@ EXELIST_geos-apple = \
ifneq ($(EXELIST_$(SYS)),) ifneq ($(EXELIST_$(SYS)),)
samples: $(EXELIST_$(SYS)) samples: $(EXELIST_$(SYS))
$(foreach dir,$(DIRLIST),$(SUBDIR_recipe)) $(foreach dir,$(DIRLIST),$(SUBDIR_recipe))
define samples-geos
c1541 -attach $(0).d64 -geoswrite $(1);
endef
samples-geos: $(EXELIST_$(SYS))
c1541 -format "$@,01" d64 $@.d64
$(foreach tool,$(EXELIST_$(SYS)),$(call samples-geos,$(tool)))
else else
samples: samples:
ifeq ($(MAKELEVEL),0) ifeq ($(MAKELEVEL),0)