summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-09-28 07:38:35 -0700
committerKaz Kylheku <kaz@kylheku.com>2017-09-28 07:38:35 -0700
commit4b9c1b3384ecc3caefa68d9bc51b78c757b13d17 (patch)
treeadbb5a6eac3d011ccc360ac1a561577405bc4d6b
parent0d4b8be3e02b751435b2a2c8af83b5e2fde19c04 (diff)
downloadtxr-4b9c1b3384ecc3caefa68d9bc51b78c757b13d17.tar.gz
txr-4b9c1b3384ecc3caefa68d9bc51b78c757b13d17.tar.bz2
txr-4b9c1b3384ecc3caefa68d9bc51b78c757b13d17.zip
Makefile: clean temporary file used in testing.
* Makefile (clean): Remove $(TESTS_TMP) if it exists.
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1a3c2e50..24133cdd 100644
--- a/Makefile
+++ b/Makefile
@@ -310,6 +310,7 @@ clean: conftest.clean tests.clean
rm -f y.tab.h.old
rm -f $(PROG)-win$(EXE) $(PROG)-win-dbg$(EXE)
rm -rf opt dbg $(EXTRA_OBJS-y)
+ rm -f $(TESTS_TMP)
distclean: clean
rm -f config.h config.make config.log