X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/ec8925988e8568612fc56bca93623afdb71b6116..8e216a8d5f6b094308594009342e53ef122b8062:/examples/Makefile diff --git a/examples/Makefile b/examples/Makefile new file mode 100644 index 0000000..66667e1 --- /dev/null +++ b/examples/Makefile @@ -0,0 +1,4 @@ +SOURCES = $(wildcard */*.dsp) + +all: $(SOURCES) +