X-Git-Url: https://svn.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/a891a827a9bad83d44164ffdd7b28f070c439e46..d8214dc258396483f72533504515a4e1d1b3deef:/interpretor/Makefile

diff --git a/interpretor/Makefile b/interpretor/Makefile
index 23b74e4..39ec26e 100644
--- a/interpretor/Makefile
+++ b/interpretor/Makefile
@@ -146,6 +146,12 @@ preprocess.cmx: preprocess.ml
 preprocess_stubs.o: preprocess_stubs.cpp
 	$(CC) $(CC_OPTIONS) $< 
 
+faustio.cmo: faustio.ml
+	$(CAMLC) $(INCLUDE) $(LIBS) -c $<
+
+faustio.cmx: faustio.ml
+	$(CAMLOPT) $(INCLUDE) $(LIBS:.cma=.cmxa) -c $<
+
 .SUFFIXES: .ml .mli .cmo .cmi .cmx .mll .mly 
 
 .ml.cmo: