From 217be7e50f9344dd49df594833f79f047cae4096 Mon Sep 17 00:00:00 2001 From: Francesco Strozzi Date: Tue, 3 Apr 2012 12:38:45 +0200 Subject: [PATCH] modified std99 flag --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6950051..e765cfe 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -CC = c99 -CFLAGS = -O2 +CC = gcc +CFLAGS = -O2 -std=c99 all:kseq.h fastool.c $(CC) $(CFLAGS) fastool.c -o fastool -lz