From a08c19769773a15d276cee14ae66514bbec7510d Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 4 Oct 2017 18:22:33 +0200 Subject: [PATCH] =?utf8?q?Generate=20label=20files=20for=20VICE=E2=80=99s?= =?utf8?q?=20monitor?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index bc83ef6..3d2eaa8 100644 --- 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 -- 2.39.5