diff options
author | Rob Austein <sra@hactrn.net> | 2010-12-31 19:57:09 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-12-31 19:57:09 +0000 |
commit | bc934a48ac4377c2c6477f490494bf1cebe88e45 (patch) | |
tree | 29ca1deef88d3da478a91538071142f9a4511ac0 /utils/hashdir | |
parent | 6c764b15f07f87271ff01ca2bc55b0bcd318c74d (diff) |
distclean target
svn path=/Makefile.in; revision=3596
Diffstat (limited to 'utils/hashdir')
-rw-r--r-- | utils/hashdir/Makefile.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/hashdir/Makefile.in b/utils/hashdir/Makefile.in index 29004c6f..e6e00fa5 100644 --- a/utils/hashdir/Makefile.in +++ b/utils/hashdir/Makefile.in @@ -26,3 +26,9 @@ test: ${BIN} clean:: rm -rf ${OUTPUT} + +install: + @true + +distclean: clean + rm -f Makefile |