]> 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 6f1349f008523e1fa91bf47969aa59384b44abd2..b04b79c3865af743f7c3278b902abf4b83a56298 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,9 @@
 # dwm - dynamic window manager
+# See LICENSE file for copyright and license details.
 
 include config.mk
 
-SRC = dwm.c
+SRC = util.c draw.c dwm.c
 OBJ = ${SRC:.c=.o}
 
 all: options dwm