trompete
[projects.git] / 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)