X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/f8415019d4edc1cd4f310adb256e6656e85bfe75..138b7fbd0563e176e4f4dce8ac771263f74ff6cb:/Makefile diff --git a/Makefile b/Makefile index 221efa4..6127456 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -SRC = client.c event.c main.c screen.c util.c +SRC = client.c draw.c event.c layout.c main.c tag.c util.c OBJ = ${SRC:.c=.o} all: options dwm