X-Git-Url: https://scm.cri.minesparis.psl.eu/git/Faustine.git/blobdiff_plain/8214a6043950b3aad0457895abc981d2cfe933b2..ec8925988e8568612fc56bca93623afdb71b6116:/examples/primitives/Makefile?ds=inline diff --git a/examples/primitives/Makefile b/examples/primitives/Makefile new file mode 100644 index 0000000..80d4dbd --- /dev/null +++ b/examples/primitives/Makefile @@ -0,0 +1,11 @@ +EXAMPLE = primitives +SRC = $(EXAMPLE).dsp +SAMPLES = 30 + +all: clean $(EXAMPLE) + +$(EXAMPLE): $(SRC) + faustine -d $(SRC) -t $(SAMPLES) --oformat csv + +clean:: + rm -f gmon.out output*