X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/d456617f0eb93df0ec8eb81ff6e04ca988c09c60..7edc59631193813cf4d64030f8864de36b193cfc:/Makefile?ds=inline

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