diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-07-07 18:42:35 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-07-07 18:42:35 +0530 |
| commit | dde1d66ddc3236d076858736fb6faaf06a3c7d8c (patch) | |
| tree | 343bcd27455005413bcfea3aad8a6f1a4b4e7566 /Makefile | |
| parent | 21ef958760beea3cacf9ae5937101348bd6ecc4c (diff) | |
updstream
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ DWLDEVCFLAGS = -g -pedantic -Wall -Wextra -Wdeclaration-after-statement \ # 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)` -lm $(LIBS) all: dwl dwl: dwl.o util.o |
