summaryrefslogtreecommitdiff
path: root/Makefile.prof
blob: fa1208cb38e71e9028bf73c7a95af9a64f6f6650 (plain) (blame)
1
2
3
4
5
6
7
8
CXXFLAGS+=-fprofile-arcs -ftest-coverage
CFLAGS+=-fprofile-arcs -ftest-coverage

include Makefile

profclean:
	find . -name '*.gc*' -type f | xargs $(RM)
	$(RM) app*.info