X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/2a4b3defeda7a2dbe3cf0b392455b96369ae1825..31089f037dce058e4bfd398bb64091522d9ba4df:/examples/Makefile

diff --git a/examples/Makefile b/examples/Makefile
index e66137f..b004c88 100644
--- 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: 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))))