support bmake

This commit is contained in:
seanpringle
2012-09-12 11:11:07 +10:00
parent cdaca35a6f
commit a2f18915bd

View File

@@ -1,5 +1,5 @@
CFLAGS?=-Wall -Os
LDADD?=$(shell pkg-config --cflags --libs x11 xinerama)
LDADD?=`pkg-config --cflags --libs x11 xinerama`
normal:
$(CC) -o xoat xoat.c $(CFLAGS) $(LDADD) $(LDFLAGS)