aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-07-05 16:21:51 -0400
committerRob Austein <sra@hactrn.net>2015-07-05 16:21:51 -0400
commit526e451fe43a8e3de4f7d35bc7beb833f5bd6ac1 (patch)
tree82bb4003e302d009a3cbc5fad8efe8beaef36ed5 /GNUmakefile
parent785230990d43a1aaf11ebd102ce66e1c788cc4da (diff)
NULL-terminate string list, doh.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 6f98b45..870d536 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -58,7 +58,7 @@ clean:
cd utils; ${MAKE} $@
distclean: clean
- rm TAGS
+ rm -f TAGS
tags: TAGS