diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-09-28 07:38:35 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-09-28 07:38:35 -0700 |
commit | f021a78368b5ba841d8d88fec74d75f9f398d647 (patch) | |
tree | adbb5a6eac3d011ccc360ac1a561577405bc4d6b /Makefile | |
parent | 9f6612089a558445a889879c2a96085de483a71a (diff) | |
download | txr-f021a78368b5ba841d8d88fec74d75f9f398d647.tar.gz txr-f021a78368b5ba841d8d88fec74d75f9f398d647.tar.bz2 txr-f021a78368b5ba841d8d88fec74d75f9f398d647.zip |
Makefile: clean temporary file used in testing.
* Makefile (clean): Remove $(TESTS_TMP) if it exists.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |