separate build to obj/ & include/

This commit is contained in:
Emile Clark-Boman 2025-08-26 15:53:39 +10:00
parent 92167bff9e
commit 51e5de1c8b
2 changed files with 19 additions and 14 deletions

View file

@ -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`