From 7b56fc4b645c6cccb79ef028db250cf587e5f380 Mon Sep 17 00:00:00 2001 From: nick black Date: Mon, 27 Feb 2012 19:26:52 -0500 Subject: [PATCH] clean up corefiles --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index a513aca..e6aa750 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -400,7 +400,7 @@ $(TAGS): $(SRC) $(CINC) $(MAKEFILE_LIST) $(TAGBIN) -f $@ $^ clean: - rm -rf $(OUT) + rm -rf $(OUT) $(wildcard core*) mrproper: clean rm -rf $(TAGS)