clean up
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user