From 96af3db76368b0f2f582261478d7e7db839a697b Mon Sep 17 00:00:00 2001 From: seanpringle Date: Sat, 22 Sep 2012 17:53:20 +1000 Subject: [PATCH] clean up --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 542d180..6fa9cf8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS?=-Wall -Os +CFLAGS?=-Wall -Os -std=c99 LDADD?=`pkg-config --cflags --libs x11 xinerama` normal: @@ -12,4 +12,4 @@ docs: clean: rm -f xoat xoat-debug -all: docs normal \ No newline at end of file +all: docs normal