aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index acf3564..5866c43 100644
--- a/makefile
+++ b/makefile
@@ -3,7 +3,7 @@ include config.mk
3all: csv-test csv-perf seq-read 3all: csv-test csv-perf seq-read
4 4
5csv-test: csv-test.c csv.c csv.h 5csv-test: csv-test.c csv.c csv.h
6 $(CC) $(CFLAGS) -fprofile-instr-generate -fcoverage-mapping -DNDEBUG -o $@ csv-test.c csv.c 6 $(CC) $(CFLAGS-TEST) -DNDEBUG -o $@ csv-test.c csv.c
7 ./$@ 7 ./$@
8 8
9coverage: csv-test 9coverage: csv-test