support bmake

This commit is contained in:
seanpringle 2012-09-12 23:40:56 +10:00
parent 7bd6772fc0
commit 16578f8800
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
CFLAGS?=-Wall -O2
LDADD?=$(shell pkg-config --cflags --libs x11 xinerama x11 xft)
LDADD?=`pkg-config --cflags --libs x11 xinerama xft`
PREFIX?=$(DESTDIR)/usr
BINDIR?=$(PREFIX)/bin