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