aboutsummaryrefslogtreecommitdiff
path: root/utils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile
new file mode 100644
index 00000000..51aa972d
--- /dev/null
+++ b/utils/Makefile
@@ -0,0 +1,9 @@
+# $Id$
+
+SUBDIRS = resource-set uri
+
+all clean test:
+ @for i in ${SUBDIRS}; do echo "Making $@ in $$i"; (cd $$i && make $@); done
+
+install:
+ @true