From 61bb03debb88d1dffe29fdb471d1d9a893b397d3 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 5 Jul 2015 01:30:57 +0100 Subject: Fix the rules clean target to remove test results and output. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cda167e..0d358c9 100644 --- a/Makefile +++ b/Makefile @@ -72,3 +72,4 @@ installdirs-infra: check installcheck: clean distclean mostlyclean maintainer-clean: + rm -rf tests/tmp -- cgit v1.2.3