X-Git-Url: https://svn.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/a6be79ccb7456a5181561f094c1f2a4f90aadb02..d1f93175cc683d72876cb56b4a8f566578296bb9:/Makefile

diff --git a/Makefile b/Makefile
index a4338bd..9eb9354 100644
--- 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)