commit | 8b92a4abcb83d7d463ff9e7b8356808e73a6156b | [log] [tgz] |
---|---|---|
author | Arnold D. Robbins <arnold@skeeve.com> | Thu Oct 24 09:44:00 2019 -0400 |
committer | Arnold D. Robbins <arnold@skeeve.com> | Thu Oct 24 09:44:00 2019 -0400 |
tree | 5de6e88b48ae18450629a615372bd11150b12272 | |
parent | 961eec1fb550c90fa9ae09eebc42dd072f1b7718 [diff] [blame] |
Add 'distclean' target to makefile.
diff --git a/makefile b/makefile index 1843444..735436c 100644 --- a/makefile +++ b/makefile
@@ -116,3 +116,6 @@ 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