projects
/
Faustine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 2:
2a4b3de
)
Revert "Examples Makefile."
author
Karim Barkati
<karimbarkati@gmail.com>
Mon, 16 Sep 2013 13:53:55 +0000
(15:53 +0200)
committer
Karim Barkati
<karimbarkati@gmail.com>
Mon, 16 Sep 2013 13:56:02 +0000
(15:56 +0200)
This reverts commit
e8e5ebaac3fd20af4989400e61811dc59ccbc6b8
.
examples/Makefile
patch
|
blob
|
history
diff --git
a/examples/Makefile
b/examples/Makefile
index
e66137f
..
b004c88
100644
(file)
--- a/
examples/Makefile
+++ b/
examples/Makefile
@@
-1,10
+1,10
@@
SOURCES = $(wildcard */*.dsp)
DIRS = sinwave fft primitives # 2d_fft close fft open sinwave dilation erosion licenseplate primitives
-all:
each
example
+all:
make-each-
example
define mytarget
-
each
example:: ; $(MAKE) -C $1
+
make-each-
example:: ; $(MAKE) -C $1
endef
$(foreach dir,$(DIRS),$(eval $(call mytarget,$(dir))))