X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/91a1f6926e2594156219c1caaf4729c5d86498a5..29355bd38284ed9aec8d3ffabde61db73947c9f9:/Makefile?ds=sidebyside 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