From 352bc51510edff4ff4074f6ea246cb661a075454 Mon Sep 17 00:00:00 2001 From: Michael Wagner Date: Mon, 28 Mar 2016 22:13:14 +0200 Subject: [PATCH] trompete --- tools/make/makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/make/makefile b/tools/make/makefile index 0102534..6513f24 100644 --- a/tools/make/makefile +++ b/tools/make/makefile @@ -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) -- 2.20.1