diff options
author | Rob Austein <sra@hactrn.net> | 2009-05-29 01:01:43 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-05-29 01:01:43 +0000 |
commit | d3ecbf91b1cc572b3d44ebd8f6656cbf924f25d8 (patch) | |
tree | 2300c9784d788a5b0e925035fb2ddc67286ad480 | |
parent | 17468ccfdbbeabb9311aaa6a95981f633e0adc23 (diff) |
Cleanup
svn path=/rpkid/Makefile; revision=2462
-rw-r--r-- | rpkid/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpkid/Makefile b/rpkid/Makefile index fc49fe0f..a4b74936 100644 --- a/rpkid/Makefile +++ b/rpkid/Makefile @@ -35,6 +35,7 @@ publication-schema.rng: publication-schema.rnc clean: find . -type f -name '*.pyc' -delete + rm -rf testbed.dir install: @true |