trompete
authorMichael Wagner <michael@trompete.(none)>
Mon, 28 Mar 2016 20:13:14 +0000 (22:13 +0200)
committerMichael Wagner <michael@trompete.(none)>
Mon, 28 Mar 2016 20:13:14 +0000 (22:13 +0200)
tools/make/makefile

index 0102534..6513f24 100644 (file)
@@ -4,6 +4,7 @@
 
 NOP = @echo "No operation for target $@"
 COMPILE = $(NOP)
+COMPILE_TARGET = compile.stamp
 COPY = $(NOP)
 ZIP = zip -r $(project).zip $(project)
 DEB = fakeroot dpkg-deb --build $(project)