X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=Makefile;h=41bc8791bf678f2987755b3efcaf52cb6a7b27d9;hp=35963ce519af1d74dab4ebef9e66604f7b1c948f;hb=44f2e8b952264311887c3b51dc6a987af226062a;hpb=3f942f9e798d4222116ae4c083d2482ddb1e972b diff --git a/Makefile b/Makefile index 35963ce..41bc879 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -SRC = client.c draw.c event.c kb.c mouse.c util.c wm.c +SRC = client.c dev.c draw.c event.c util.c wm.c OBJ = ${SRC:.c=.o} MAN1 = dwm.1 BIN = dwm