From a2323ee9233b47e70011630dad6856a558986302 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sun, 24 Feb 2013 06:53:27 -0600 Subject: [PATCH] buildsys: clean up gcov stuff --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 9b15666..61c00f3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -22,7 +22,7 @@ all: build build: ${PROG} clean: - rm *.o + rm *.o *.og *.gcda *.gcno *.gcov rm $(PROG) install: