Makefile and configure cleaning (configure is no more needed).
[Faustine.git] / Makefile
similarity index 89%
rename from Makefile.in
rename to Makefile
index b370540..79e54a5 100644 (file)
+++ 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