From 1ca97587c1585b9a91bb90f7116a75c92e29084f Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Sun, 10 Oct 2010 22:55:48 +0000 Subject: clean: clean profile and test output --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 89c13e49..88f1cedf 100644 --- a/Makefile +++ b/Makefile @@ -110,7 +110,7 @@ all: compile ## Remove generated targets ## clean: cleanpgscripts - rm -f $(ELC) *~ */*~ .\#* */.\#* + rm -f $(ELC) *~ */*~ .\#* */.\#* */.autotest.log */.profile.log (cd doc; $(MAKE) clean) distclean: clean -- cgit v1.2.3