From 7051b2c73d0cb81331dcba1763386336f8c94802 Mon Sep 17 00:00:00 2001 From: Two Horned <95277266+two-horned@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:15:19 +0200 Subject: [PATCH] Fixed Typo The backtick symbol was at the wrong position. If you wanted to compile with XWayland support (by commenting according lines out in config.mk), you'd run into an error. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ccca079..b2ed335 100644 --- a/Makefile +++ b/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)` all: dwl dwl: dwl.o util.o