[Nym3-commit] r29 - trunk
nym3-devel@lists.noreply.org
nym3-devel@lists.noreply.org
Thu, 01 Jul 2004 22:10:34 +0200
Author: laurent
Date: 2004-07-01 22:10:34 +0200 (Thu, 01 Jul 2004)
New Revision: 29
Modified:
trunk/Makefile
Log:
More useful rules.
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2004-06-12 20:40:05 UTC (rev 28)
+++ trunk/Makefile 2004-07-01 20:10:34 UTC (rev 29)
@@ -1,3 +1,10 @@
+all: message.cmi synopsis.cmi config.cmi main.cmi user.cmi
+
+%.cmi: %.ml
+ ocamlfind ocamlc -c -package missinglib $<
+
clean:
rm *.cmi *.cmo
+
+.PHONY: all clean