[Pkg-ocaml-maint-commits] [SCM] libfuse-ocaml packaging branch, upstream, updated. upstream/0.0.0-1-gad997f9
Goswin von Brederlow
goswin-v-b at web.de
Wed Mar 4 16:39:28 UTC 2009
The following commit has been merged in the upstream branch:
commit ad997f97f706e7eadb6e2f8075ca0a7c465e9296
Author: Goswin von Brederlow <goswin-v-b at web.de>
Date: Wed Mar 4 17:39:00 2009 +0100
Add distclean and test target.
diff --git a/examples/Makefile b/examples/Makefile
new file mode 100644
index 0000000..365cfdd
--- /dev/null
+++ b/examples/Makefile
@@ -0,0 +1,6 @@
+clean:
+ rm -f fs fs.cmi fs.cmx fs.o
+
+fs:
+ # qucik hack
+ ocamlopt -I ../lib -o fs fuse.cmxa fs.ml
--
libfuse-ocaml packaging
More information about the Pkg-ocaml-maint-commits
mailing list