Basic varcol layout working

This commit is contained in:
Micah Gorrell 2023-05-14 16:00:52 -06:00
parent 7fee7bac29
commit ff0343000e
6 changed files with 608 additions and 2 deletions

View file

@ -11,7 +11,7 @@ DWLDEVCFLAGS = -pedantic -Wall -Wextra -Wdeclaration-after-statement -Wno-unused
# CFLAGS / LDFLAGS
PKGS = wlroots wayland-server xkbcommon libinput $(XLIBS)
DWLCFLAGS = `$(PKG_CONFIG) --cflags $(PKGS)` $(DWLCPPFLAGS) $(DWLDEVCFLAGS) $(CFLAGS)
LDLIBS = `$(PKG_CONFIG) --libs $(PKGS)` $(LIBS)
LDLIBS = `$(PKG_CONFIG) --libs $(PKGS)` $(LIBS) -lm
all: dwl
dwl: dwl.o util.o