buildsys: clean up gcov stuff

pull/48/head
William Pitcock 2013-02-24 06:53:27 -06:00
parent f8a2519d1b
commit a2323ee923
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ all: build
build: ${PROG}
clean:
rm *.o
rm *.o *.og *.gcda *.gcno *.gcov
rm $(PROG)
install: