]> git.sur5r.net Git - cc65/blobdiff - samples/Makefile
Switched Apple II output format to AppleSingle.
[cc65] / samples / Makefile
index 59841d6550d6ff1a52a66c33f305e1a19857a116..6a6d93bc1feaa46dc9c79ddf7afa0a3e98087275 100644 (file)
@@ -44,7 +44,7 @@ ifneq ($(filter disk samples.%,$(MAKECMDGOALS)),)
   # This one comes with VICE
   C1541 ?= c1541
 
-  # For this one see http://applecommander.sourceforge.net/
+  # For this one see https://applecommander.github.io/
   AC ?= ac.jar
 
   # For this one see http://www.horus.com/~hias/atari/
@@ -188,15 +188,15 @@ samples.d64: samples
        $(foreach file,$(EMD) $(MOU) $(TGI),$(D64_WRITE_recipe))
 
 # --------------------------------------------------------------------------
-# Rule to make an Apple II disk with all samples. Needs the Apple Commander
-# program available at http://applecommander.sourceforge.net/ and a template
-# disk named 'prodos.dsk'.
+# Rule to make an Apple II disk with all samples. Needs the AppleCommander
+# program available at https://applecommander.github.io/ and a template disk
+# named 'prodos.dsk'.
 
 define DSK_WRITE_BIN_recipe
 
 $(if $(findstring BF00,$(LDFLAGS_$(notdir $(file))_$(SYS))), \
   java -jar $(AC) -p $@ $(notdir $(file)).system sys <$(TARGET_PATH)/$(SYS)/util/loader.system)
-java -jar $(AC) -cc65 $@ $(notdir $(file)) bin <$(file)
+java -jar $(AC) -as $@ $(notdir $(file)) <$(file)
 
 endef # DSK_WRITE_BIN_recipe