]> CRI, Mines Paris - PSL - Faustine.git/blobdiff - interpretor/Makefile
Add 21 primitives to Faustine.
[Faustine.git] / interpretor / Makefile
index 3a35e1ce59c9a6f73793f4c497fbf4f8f9284d56..89cf5a75abb46f73bdb6397f6abe7e0d87c0c50f 100644 (file)
@@ -2,7 +2,7 @@
 #
 # The Caml sources (including camlyacc and camllex source files)
 
-SOURCES = types.ml parser.mly lexer.mll basic.ml symbol.ml aux.ml value.ml signal.ml beam.ml process.ml faustio.ml preprocess.ml main.ml preprocess_stubs.cpp
+SOURCES = types.ml parser.mly lexer.mll aux.ml basic.ml symbol.ml value.ml signal.ml beam.ml process.ml faustio.ml preprocess.ml main.ml preprocess_stubs.cpp
 
 # The executable file to generate