]> git.armaanb.net Git - dwm.git/blobdiff - Makefile
basic draw.c structure
[dwm.git] / Makefile
index b139b544f91a86994ca125a229540e13ea7ab25a..ce6e50801468154b15046b2084212f68edea95ea 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 
 include config.mk
 
-SRC = dwm.c
+SRC = draw.c dwm.c
 OBJ = ${SRC:.c=.o}
 
 all: options dwm