mirror of
https://github.com/cc65/cc65.git
synced 2025-02-08 11:31:34 +00:00
Create disk of GEOS samples
You don't need to convert anymore.
This commit is contained in:
parent
7979f8a41f
commit
a5a8225a58
@ -80,6 +80,14 @@ EXELIST_geos-apple = \
|
||||
ifneq ($(EXELIST_$(SYS)),)
|
||||
samples: $(EXELIST_$(SYS))
|
||||
$(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
|
||||
samples:
|
||||
ifeq ($(MAKELEVEL),0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user