mirror of
https://github.com/davatorium/rofi.git
synced 2025-03-10 17:06:37 -04:00
support bmake
This commit is contained in:
parent
7bd6772fc0
commit
16578f8800
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue