diff options
author | ZachIR <zachir@librem.one> | 2022-08-31 17:50:45 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2022-08-31 17:50:45 -0500 |
commit | 55ee442c3cf8833f93626ab1a9a59c9e3f758778 (patch) | |
tree | b051e6b6307b8df513c67ab1e782dc3782a0cb79 /Makefile | |
parent | 7e96775d12cd982725cec146529b212f8fe94bad (diff) |
add push files
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |