summaryrefslogtreecommitdiff
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 eaedfb0..9981ebf 100644
--- a/makefile
+++ b/makefile
@@ -1,7 +1,7 @@
1all: csv-test seq-read 1all: csv-test seq-read
2 2
3CC=cc 3CC=cc
4CFLAGS=-Wall -Wextra -pedantic -std=c11 -O3 -DNDEBUG 4CFLAGS=-Wall -Wextra -pedantic -std=c11 -O2
5 5
6csv-test: csv-test.c csv.c csv.h 6csv-test: csv-test.c csv.c csv.h
7 $(CC) $(CFLAGS) -o $@ csv-test.c csv.c 7 $(CC) $(CFLAGS) -o $@ csv-test.c csv.c