mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-06 07:15:31 -04:00
Basic varcol layout working
This commit is contained in:
parent
7fee7bac29
commit
ff0343000e
6 changed files with 608 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue