Bug fixed in the Makefile.
authorKarim Barkati <karimbarkati@gmail.com>
Thu, 1 Aug 2013 14:04:39 +0000 (16:04 +0200)
committerKarim Barkati <karimbarkati@gmail.com>
Thu, 1 Aug 2013 14:04:39 +0000 (16:04 +0200)
.gitignore
Makefile.in

index 139736e..5168f7c 100644 (file)
@@ -3,4 +3,4 @@ faust
 Makefile
 ouput_sounds/output*.*
 .o
 Makefile
 ouput_sounds/output*.*
 .o
-gmon.out
\ No newline at end of file
+gmon.out
index d8985d1..f0ef09a 100644 (file)
@@ -1,6 +1,7 @@
 SRC_DIR = interpretor
 PREPROCESSOR_DIR = $(SRC_DIR)/faust-0.9.47mr3
 OUTPUTSOUNDS_DIR = output_sounds
 SRC_DIR = interpretor
 PREPROCESSOR_DIR = $(SRC_DIR)/faust-0.9.47mr3
 OUTPUTSOUNDS_DIR = output_sounds
+EXEC = faustine
 
 all: $(EXEC)
 
 
 all: $(EXEC)