]> CRI, Mines Paris - PSL - Faustine.git/blobdiff - interpretor/Makefile
Refactoring in faustexp.ml.
[Faustine.git] / interpretor / Makefile
index 473fb528cf92a27bf464492f1ff61bdd90983d4f..d9be60abc3f298de9b34344923b72292f5f1b095 100644 (file)
@@ -2,11 +2,11 @@
 #
 # The Caml sources (including camlyacc and camllex source files)
 
-SOURCES = types.ml parser.mly lexer.mll value.ml signal.ml faustexp.ml interpreter.ml preprocess.ml main.ml preprocess_stubs.cpp
+SOURCES = types.ml parser.mly lexer.mll basic.ml value.ml signal.ml beam.ml faustexp.ml interpreter.ml preprocess.ml main.ml preprocess_stubs.cpp
 
 # The executable file to generate
 
-EXEC = faustine
+EXEC = mrfausti
 
 # Path to ocaml include header files
 export OCAML_INCLUDE_PATH