Commit 78267434 authored by Tres Seaver's avatar Tres Seaver

- Add Makefile target, 'distclean', which blows away remaining cruft.

parent 3330b56c
......@@ -128,3 +128,8 @@ sdist_tgz:
# clobber: Make the source tree 'pristine' again.
clobber: clean uninstance
# distclean: Make the source tree *really* 'pristine' again.
distclean: clobber
${RM} makefile Makefile
${RMRF} build-base
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment