[Pkg-ocaml-maint-commits] [SCM] libfuse-ocaml packaging branch, upstream, updated. upstream/0.0.0-2-gf991188
Goswin von Brederlow
goswin-v-b at web.de
Wed Mar 4 16:58:58 UTC 2009
The following commit has been merged in the upstream branch:
commit f991188a2a630d223e87b7bf78de38778351c159
Author: Goswin von Brederlow <goswin-v-b at web.de>
Date: Wed Mar 4 17:52:22 2009 +0100
Actually commit the changes
diff --git a/Makefile b/Makefile
index 9a71f5c..6cb1df1 100644
--- a/Makefile
+++ b/Makefile
@@ -22,4 +22,10 @@ uninstall:
.PHONY: clean
clean:
@cd lib && $(MAKE) clean
+ @cd examples && $(MAKE) clean
@rm -f doc
+
+distclean: clean
+
+test:
+ @cd examples && $(MAKE) test
diff --git a/examples/Makefile b/examples/Makefile
index 365cfdd..9c1b762 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -1,6 +1,10 @@
clean:
- rm -f fs fs.cmi fs.cmx fs.o
+ rm -f fs fs.cmi fs.cmx fs.o
fs:
- # qucik hack
+ # quick hack
ocamlopt -I ../lib -o fs fuse.cmxa fs.ml
+
+test:
+ $(MAKE) fs
+ $(MAKE) clean
--
libfuse-ocaml packaging
More information about the Pkg-ocaml-maint-commits
mailing list