diff options
author | Joshua Yun <joshua@joshuayun.com> | 2025-03-12 02:56:08 -0500 |
---|---|---|
committer | Joshua Yun <joshua@joshuayun.com> | 2025-03-12 02:56:08 -0500 |
commit | 9c995399c118d6e22e1e0ae588857e605bab1e5f (patch) | |
tree | edfb16d204ad5c96a55c13bcac27178232a46cd7 /Makefile | |
parent | 84f7139bc6bf22ae5da431865845359d7a393e94 (diff) | |
download | dwl-9c995399c118d6e22e1e0ae588857e605bab1e5f.tar.gz |
autostart patch
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ TRAYOBJS = systray/watcher.o systray/tray.o systray/item.o systray/icon.o systra TRAYDEPS = systray/watcher.h systray/tray.h systray/item.h systray/icon.h systray/menu.h systray/helpers.h all: dwl -dwl: dwl.o util.o dbus.o $(TRAYOJBS) $(TRAYDEPS) +dwl: dwl.o util.o dbus.o $(TRAYOBJS) $(TRAYDEPS) $(CC) dwl.o util.o dbus.o $(TRAYOBJS) $(DWLCFLAGS) $(LDFLAGS) $(LDLIBS) -o $@ dwl.o: dwl.c client.h dbus.h config.h config.mk cursor-shape-v1-protocol.h \ pointer-constraints-unstable-v1-protocol.h wlr-layer-shell-unstable-v1-protocol.h \ |