Add 'distclean' target to makefile.
This commit is contained in:
parent
961eec1fb5
commit
8b92a4abcb
3
makefile
3
makefile
@ -116,3 +116,6 @@ cleaner: testclean
|
|||||||
testclean:
|
testclean:
|
||||||
cd testdir; rm -fr arnold-fixes beebe echo foo* \
|
cd testdir; rm -fr arnold-fixes beebe echo foo* \
|
||||||
glop glop1 glop2 lilly.diff tempbig tempsmall time
|
glop glop1 glop2 lilly.diff tempbig tempsmall time
|
||||||
|
|
||||||
|
# For the habits of GNU maintainers:
|
||||||
|
distclean: clean
|
||||||
|
Loading…
Reference in New Issue
Block a user