From fb175d058a104fa21c6cb2806eb4459a60463a72 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 4 Oct 2017 18:23:54 +0200 Subject: [PATCH] =?utf8?q?include=20cat=20in=20=E2=80=9Call=E2=80=9D,=20cl?= =?utf8?q?ean=20up=20label=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3d2eaa8..f3d0577 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ CFLAGS= -I include -t c128 -g .PHONY: include/version.h clean dist-clean format -all: kasse itemz +all: kasse itemz cat build/%.o: src/%.c ${INCLUDES} ${CC} ${CFLAGS} -O $< -o build/$(addsuffix .s,$(shell basename $< .c)) @@ -46,7 +46,7 @@ clean: rm -rf build/*.o build/*.s test/*.o test/*.s dist-clean: clean - rm -f kasse itemz kasse.d64 + rm -f kasse kasse.lbl itemz itemz.lbl cat cat.lbl kasse.d64 format: clang-format-3.9 -i **/*.[ch] -- 2.39.5