diff options
Diffstat (limited to 'rpkid')
-rw-r--r-- | rpkid/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
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 |