The following commit has been merged in the upstream branch:
commit ad997f97f706e7eadb6e2f8075ca0a7c465e9296
Author: Goswin von Brederlow <goswin-...@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

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to