aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-10-13 20:52:43 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-10-13 20:52:43 +0300
commit3b42cfaf73fbe63c1332f9cf2c8e4d90ab686f05 (patch)
tree5eb762eb83229cbd64f59d7fa3e4ba2c3580f97a /makefile
parent9804285af0866f90731a6e0ce767ab0e7b23b6c6 (diff)
downloadone-true-awk-3b42cfaf73fbe63c1332f9cf2c8e4d90ab686f05.tar.gz
Make it compile with g++.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 5133698..9ceaaad 100644
--- a/makefile
+++ b/makefile
@@ -104,7 +104,7 @@ cleaner: testclean
# This is a bit of a band-aid until we can invest some more time
# in the test suite.
testclean:
- cd testdir; rm -fr arnold-fixes beebe echo foo* \
+ cd testdir; rm -fr arnold-fixes beebe devnull echo foo* \
glop glop1 glop2 lilly.diff tempbig tempsmall time
# For the habits of GNU maintainers: