X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=Makefile;h=e2caadd9008a8ee30c9f3c2fa4169be7aca6e8e0;hb=29355bd38284ed9aec8d3ffabde61db73947c9f9;hp=536960bafa5a5c370ed0e7f3caafdf7eff7c1529;hpb=59b4a5e4cac68dfe6d245b8b708c3cb805f49f6d;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