projects
/
projects.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfda162
)
trompete
author
Michael Wagner
<michael@trompete.(none)>
Mon, 28 Mar 2016 20:13:14 +0000
(22:13 +0200)
committer
Michael Wagner
<michael@trompete.(none)>
Mon, 28 Mar 2016 20:13:14 +0000
(22:13 +0200)
tools/make/makefile
patch
|
blob
|
history
diff --git
a/tools/make/makefile
b/tools/make/makefile
index
0102534
..
6513f24
100644
(file)
--- 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)