]> git.sur5r.net Git - c128-kasse/commitdiff
Generate label files for VICE’s monitor
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 4 Oct 2017 16:22:33 +0000 (18:22 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 4 Oct 2017 16:22:33 +0000 (18:22 +0200)
Makefile

index bc83ef6a022a8082cd0f0064fba91046174aa881..3d2eaa870d696464c41ae4b6b70d3c4b9f733568 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,13 +18,13 @@ include/version.h:
        echo "#define GV \"${GV}\"" > $@
 
 kasse: build/config.o build/kasse.o build/general.o build/credit_manager.o build/c128time.o build/print.o
-       ${LD} -t c128 $^ -o $@
+       ${LD} -Ln $@.lbl -t c128 $^ -o $@
 
 itemz: build/config.o build/itemz.o build/general.o build/credit_manager.o build/c128time.o build/print.o
-       ${LD} -t c128 $^ -o $@
+       ${LD} -Ln $@.lbl -t c128 $^ -o $@
 
 cat: build/general.o build/cat.o
-       ${LD} -t c128 $^ -o $@
+       ${LD} -Ln $@.lbl -t c128 $^ -o $@
 
 package: all
        c1541 -format "${GV}",KA d64 kasse.d64