SRC_DIR = interpretor
PREPROCESSOR_DIR = $(SRC_DIR)/faust-0.9.47mr3
OUTPUTSOUNDS_DIR = output_sounds
+EXEC = faustine
all: $(EXEC)
.PHONY: clean mrproper
clean:
- @cd $(SRC_DIR) && $(MAKE) clean)
+ @(cd $(SRC_DIR) && $(MAKE) clean)
@(rm -f *~)
mrproper: clean
# Library paths for OCaml and libsndfile-ocaml
# OCAML_INCLUDE_PATH
# SNDFILE_PATH
-