summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2022-08-31 17:50:45 -0500
committerZachIR <zachir@librem.one>2022-08-31 17:50:45 -0500
commit55ee442c3cf8833f93626ab1a9a59c9e3f758778 (patch)
treeb051e6b6307b8df513c67ab1e782dc3782a0cb79 /Makefile
parent7e96775d12cd982725cec146529b212f8fe94bad (diff)
add push files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1bdc7d6..8fa5630 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,7 @@ all: dwl
dwl: dwl.o util.o
$(CC) dwl.o util.o $(LDLIBS) $(LDFLAGS) $(DWLCFLAGS) -o $@
dwl.o: dwl.c config.mk config.h client.h xdg-shell-protocol.h wlr-layer-shell-unstable-v1-protocol.h idle-protocol.h
+dwl.o: push.c
util.o: util.c util.h
# wayland scanner rules to generate .h / .c files