From 81d9365d76781e692125a65a0cae7888cce35adc Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 10 Feb 2019 19:05:20 -0800 Subject: [PATCH] Improved compiling for linux --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2fe845e..2778911 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PREFIX= CC=cc -CFLAGS=-O3 -LIBS=-lncurses +CFLAGS=-O3 -std=gnu99 +LIBS=-lncurses -lm all: ascii