X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=Makefile;h=e2caadd9008a8ee30c9f3c2fa4169be7aca6e8e0;hb=29355bd38284ed9aec8d3ffabde61db73947c9f9;hp=536960bafa5a5c370ed0e7f3caafdf7eff7c1529;hpb=91a1f6926e2594156219c1caaf4729c5d86498a5;p=dwm.git diff --git a/Makefile b/Makefile index 536960b..e2caadd 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -SRC = bar.c client.c dev.c draw.c event.c main.c util.c +SRC = client.c draw.c event.c key.c main.c screen.c util.c OBJ = ${SRC:.c=.o} MAN1 = dwm.1 BIN = dwm