X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/06159b51a934937f647ec7119b47cb466d8e50b1..73e86244c539dd6ff8af5d8527b11fde18c8d070:/interpretor/Makefile?ds=sidebyside

diff --git a/interpretor/Makefile b/interpretor/Makefile
index 473fb52..6de2b12 100644
--- a/interpretor/Makefile
+++ b/interpretor/Makefile
@@ -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 symbol.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