From: Karim Barkati Date: Thu, 1 Aug 2013 14:04:39 +0000 (+0200) Subject: Bug fixed in the Makefile. X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/commitdiff_plain/48feb86a1ccc49b02fd898c51d6a784998ae391a Bug fixed in the Makefile. --- diff --git a/.gitignore b/.gitignore index 139736e..5168f7c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ faust Makefile ouput_sounds/output*.* .o -gmon.out \ No newline at end of file +gmon.out diff --git a/Makefile.in b/Makefile.in index d8985d1..f0ef09a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,7 @@ SRC_DIR = interpretor PREPROCESSOR_DIR = $(SRC_DIR)/faust-0.9.47mr3 OUTPUTSOUNDS_DIR = output_sounds +EXEC = faustine all: $(EXEC)