]> git.sur5r.net Git - c128-kasse/commitdiff
include cat in “all”, clean up label files
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 4 Oct 2017 16:23:54 +0000 (18:23 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 4 Oct 2017 16:23:54 +0000 (18:23 +0200)
Makefile

index 3d2eaa870d696464c41ae4b6b70d3c4b9f733568..f3d0577ea72e2c2d4d7ab43995f947b4468c5347 100644 (file)
--- 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]