summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 550733c..c996af6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,2 @@
default: testedid.c
- gcc -Wall -std=c99 testedid.c -o testedid
+ gcc -g -o2 -Wall -std=c99 testedid.c -o testedid -fprofile-arcs -ftest-coverage