Skip to content

Commit

Permalink
modified std99 flag
Browse files Browse the repository at this point in the history
  • Loading branch information
fstrozzi committed Apr 3, 2012
1 parent b50ea39 commit 217be7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Down

0 comments on commit 217be7e

Please sign in to comment.