X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/d456617f0eb93df0ec8eb81ff6e04ca988c09c60..cdec9782a1789bd5c3a84772fd59abb9da288597:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index ce6e508..fd07d59 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -SRC = draw.c dwm.c +SRC = drw.c dwm.c util.c OBJ = ${SRC:.c=.o} all: options dwm