gmake supports restructed directories
This commit is contained in:
parent
9b2fec0df1
commit
92167bff9e
2 changed files with 40 additions and 21 deletions
|
|
@ -8,6 +8,10 @@ PREFIX = /usr/local
|
|||
MANDIR = $(PREFIX)/share/man
|
||||
DATADIR = $(PREFIX)/share
|
||||
|
||||
SRC = src
|
||||
BUILD = build
|
||||
BIN = bin
|
||||
|
||||
WLR_INCS = `$(PKG_CONFIG) --cflags wlroots-0.19`
|
||||
WLR_LIBS = `$(PKG_CONFIG) --libs wlroots-0.19`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue