]> git.armaanb.net Git - dwm.git/blobdiff - Makefile
continued with draw.c abstraction, also started util.{h,c} implementation, that will...
[dwm.git] / Makefile
index ce6e50801468154b15046b2084212f68edea95ea..b04b79c3865af743f7c3278b902abf4b83a56298 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 
 include config.mk
 
-SRC = draw.c dwm.c
+SRC = util.c draw.c dwm.c
 OBJ = ${SRC:.c=.o}
 
 all: options dwm