X-Git-Url: https://svn.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/f4b893045495fe7868d595f2663adb3808dbac2c:/Makefile.in..056d65cce93f673551b565e7d11f196be2e8ec93:/Makefile

diff --git a/Makefile.in b/Makefile
similarity index 89%
rename from Makefile.in
rename to Makefile
index b370540..79e54a5 100644
--- a/Makefile.in
+++ b/Makefile
@@ -13,9 +13,7 @@ arch   := $(wildcard architecture/*.*)
 all: $(EXEC)
 
 faustine:
-#	@cp $(SNDFILE_PATH)/sndfile_stub.o $(SRC_DIR)
-## Using ocamlopt with 'make opt'
-	@cd $(SRC_DIR) && $(MAKE) opt #OCAML_INCLUDE_PATH=$(OCAML_INCLUDE_PATH) SNDFILE_PATH=$(SNDFILE_PATH)
+	@cd $(SRC_DIR) && $(MAKE) opt      # using ocamlopt
 	@cd $(SRC_DIR) && $(MAKE) clean
 
 .PHONY: clean mrproper test help install uninstall