From 719d907bfeab945060cfc879770d10c4bfb2b6f4 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Tue, 23 Jun 2020 17:28:21 +0200 Subject: fix makefile --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 6efd105..4a29f19 100644 --- a/makefile +++ b/makefile @@ -10,10 +10,10 @@ seq-read: seq-read.c $(CC) $(CFLAGS) -o $@ $< csv.o: csv.c csv.h - $(CC) $(CFLAGS) -o $@ -c csv.c + $(CC) $(CFLAGS) -DNDEBUG -o $@ -c $< clean: - rm csv-test seq-read + rm csv-test seq-read csv.o .PHONY: all clean -- cgit v1.3