diff options
Diffstat (limited to 'Makefile')
| -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 | 
