This commit is contained in:
seanpringle
2012-09-22 17:53:20 +10:00
parent 2de58a7ff3
commit 96af3db763

View File

@@ -1,4 +1,4 @@
CFLAGS?=-Wall -Os CFLAGS?=-Wall -Os -std=c99
LDADD?=`pkg-config --cflags --libs x11 xinerama` LDADD?=`pkg-config --cflags --libs x11 xinerama`
normal: normal:
@@ -12,4 +12,4 @@ docs:
clean: clean:
rm -f xoat xoat-debug rm -f xoat xoat-debug
all: docs normal all: docs normal