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= PREFIX=
CC=cc CC=cc
CFLAGS=-O3 CFLAGS=-O3 -std=gnu99
LIBS=-lncurses LIBS=-lncurses -lm
all: ascii all: ascii