X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/2a4b3defeda7a2dbe3cf0b392455b96369ae1825..c21be74684e409aaf08937e776c6cedce35b8fc0:/examples/Makefile?ds=inline

diff --git a/examples/Makefile b/examples/Makefile
index e66137f..befe8b4 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -1,11 +1,11 @@
 SOURCES = $(wildcard */*.dsp)
 DIRS = sinwave fft primitives # 2d_fft close fft open sinwave dilation erosion licenseplate primitives
 
-all: eachexample
+all: make-each-example
 
 define mytarget
-  eachexample:: ; $(MAKE) -C $1
+  make-each-example:: ; $(MAKE) -C $1
 endef
 
 $(foreach dir,$(DIRS),$(eval $(call mytarget,$(dir))))
-
+