Improved compiling for linux

This commit is contained in:
Bruce Hill 2019-02-10 19:05:20 -08:00
parent 05ebcee669
commit 81d9365d76

View File

@ -1,7 +1,7 @@
PREFIX=
CC=cc
CFLAGS=-O3
LIBS=-lncurses
CFLAGS=-O3 -std=gnu99
LIBS=-lncurses -lm
all: ascii