projects
/
projets
/
cm-custom.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46d617e
)
remove intermedaite target
author
Guillaume Castagnino
<casta@xwing.info>
Wed, 12 Jul 2017 09:58:51 +0000
(11:58 +0200)
committer
Guillaume Castagnino
<casta@xwing.info>
Wed, 12 Jul 2017 09:58:51 +0000
(11:58 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index d01b19ff7959991a45aa83e5377fc3aa06d6cb4f..6248af33b0a0ffcb84d437b69b2c150fff651b77 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-6,9
+6,7
@@
FILES_COMMON = $(shell find META-INF -type f)
.PHONY: $(ZIPS_DIRS:dist-%=clean-%)
-all: zip
-
-zip: $(ZIPS_DIRS:dist-%=sign-%)
+all: $(ZIPS_DIRS:dist-%=sign-%)
clean: $(ZIPS_DIRS:dist-%=clean-%)