aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--rpkid/Makefile6
2 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5285112d..35a6f6ff 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# $Id$
-SUBDIRS = openssl rcynic tests pow
+SUBDIRS = openssl rcynic tests pow rpkid
all install clean:
@for i in ${SUBDIRS}; do echo "Making $@ in $$i"; (cd $$i && make $@); done
diff --git a/rpkid/Makefile b/rpkid/Makefile
index 1801995c..46a0e86d 100644
--- a/rpkid/Makefile
+++ b/rpkid/Makefile
@@ -16,6 +16,12 @@ all:: up-down-schema.rng
up-down-schema.rng: up-down-schema.rnc
trang up-down-schema.rnc up-down-schema.rng
+clean:
+ find . -type f -name '*.pyc' -delete
+
+install:
+ @true
+
dont-run-trang:
touch *.rng