MRFausti -> Faustine in Makefile.in.
[Faustine.git] / Makefile
index a4338bd..9eb9354 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,9 @@
 SOURCE_DIR = interpretor
 PREPROCESSOR_DIR = $(SOURCE_DIR)/faust-0.9.47mr3
 
-all: MRFausti
+all: Faustine
 
-MRFausti:
+Faustine:
        @(cp $(SNDFILE_PATH)/sndfile_stub.o $(SOURCE_DIR))
        @(cd $(SOURCE_DIR) && $(MAKE) opt OCAML_INCLUDE_PATH=$(OCAML_INCLUDE_PATH) SNDFILE_PATH=$(SNDFILE_PATH))
        @(cd $(SOURCE_DIR) && $(MAKE) clean)