Add 'distclean' target to makefile.

This commit is contained in:
Arnold D. Robbins 2019-10-24 09:44:00 -04:00
parent 961eec1fb5
commit 8b92a4abcb
1 changed files with 3 additions and 0 deletions

View File

@ -116,3 +116,6 @@ cleaner: testclean
testclean:
cd testdir; rm -fr arnold-fixes beebe echo foo* \
glop glop1 glop2 lilly.diff tempbig tempsmall time
# For the habits of GNU maintainers:
distclean: clean