[Pkg-ocaml-maint-commits] [SCM] libaio-ocaml packaging branch, master, updated. 8171635097ecb5ce0fbc33ec2b5f8a5b3d969e43

Goswin von Brederlow goswin-v-b at web.de
Sat Mar 10 15:35:52 UTC 2012


The following commit has been merged in the master branch:
commit f692d13c4ec10d67a1780e2a23136610347a6e69
Author: Goswin von Brederlow <goswin-v-b at web.de>
Date:   Sat Mar 10 15:20:17 2012 +0100

    Add distclean target.

diff --git a/Makefile b/Makefile
index ca42421..20c29cd 100644
--- a/Makefile
+++ b/Makefile
@@ -8,5 +8,9 @@ clean:
 	$(MAKE) -C lib $@
 	$(MAKE) -C examples $@
 
+distclean:
+	$(MAKE) -C lib $@
+	$(MAKE) -C examples $@
+
 test:
 	$(MAKE) -C examples $@
diff --git a/examples/Makefile b/examples/Makefile
index 1376237..ad82570 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -22,4 +22,6 @@ clean:
 	rm -f *.cmx *.cmi *.cmo *.o
 	rm -f test.out testfile test.opt test.byte
 
+distclean: clean
+
 .NOTPARALLEL:

-- 
libaio-ocaml packaging



More information about the Pkg-ocaml-maint-commits mailing list