From 55ee442c3cf8833f93626ab1a9a59c9e3f758778 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Wed, 31 Aug 2022 17:50:45 -0500 Subject: add push files --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3