aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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; )