From 48feb86a1ccc49b02fd898c51d6a784998ae391a Mon Sep 17 00:00:00 2001 From: Karim Barkati Date: Thu, 1 Aug 2013 16:04:39 +0200 Subject: [PATCH] Bug fixed in the Makefile. --- .gitignore | 2 +- Makefile.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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) -- 2.20.1