From: Michael Stapelberg Date: Wed, 4 Oct 2017 16:23:54 +0000 (+0200) Subject: include cat in “all”, clean up label files X-Git-Tag: rgb2rv17~14^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fb175d058a104fa21c6cb2806eb4459a60463a72;p=c128-kasse include cat in “all”, clean up label files --- 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]