X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/2a4b3defeda7a2dbe3cf0b392455b96369ae1825..6150323d86c4feb54bc8e994f7a4e52c3b34c6ec:/examples/Makefile diff --git a/examples/Makefile b/examples/Makefile index e66137f..66667e1 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,11 +1,4 @@ SOURCES = $(wildcard */*.dsp) -DIRS = sinwave fft primitives # 2d_fft close fft open sinwave dilation erosion licenseplate primitives - -all: eachexample - -define mytarget - eachexample:: ; $(MAKE) -C $1 -endef - -$(foreach dir,$(DIRS),$(eval $(call mytarget,$(dir)))) +all: $(SOURCES) +