separate build to obj/ & include/
This commit is contained in:
parent
92167bff9e
commit
51e5de1c8b
2 changed files with 19 additions and 14 deletions
|
|
@ -10,6 +10,8 @@ DATADIR = $(PREFIX)/share
|
|||
|
||||
SRC = src
|
||||
BUILD = build
|
||||
OBJ = $(BUILD)/obj
|
||||
INCLUDE = $(BUILD)/include
|
||||
BIN = bin
|
||||
|
||||
WLR_INCS = `$(PKG_CONFIG) --cflags wlroots-0.19`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue