From 50c40074fc260f235cf95a50a44d93beff7a1c18 Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Sun, 4 Jan 2015 14:59:38 -0500 Subject: [PATCH] Linux fix --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e1dc7b..f92dde4 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,11 @@ CFLAGS = \ + -std=c99 \ -g \ -O3 \ -W \ -Wall \ -LDFLAGS = \ +LDLIBS = \ -lm \ all: unfold