aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjestin2003-01-07 17:12:59 +0000
committerjestin2003-01-07 17:12:59 +0000
commit781512114b4c304f3c72af251e4f416767afe20a (patch)
treeda7c9f7694a61d7c1994c0edca40091e88f1c4d5 /Makefile
parent615df5f1f4058862342ec3171ceb78da09c40fc7 (diff)
downloadivy-java-781512114b4c304f3c72af251e4f416767afe20a.zip
ivy-java-781512114b4c304f3c72af251e4f416767afe20a.tar.gz
ivy-java-781512114b4c304f3c72af251e4f416767afe20a.tar.bz2
ivy-java-781512114b4c304f3c72af251e4f416767afe20a.tar.xz
1.2.3 bientôt dans les bois
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1fc4b42..8392d43 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,10 @@
DIST = lib/ivy-java-$(VER).jar
DOCS = doc/html/api
-all: class
+all: class examples
+
+examples:
+ ( cd examples; make; )
class:
( cd src; make; )