]> 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 44bfa4f786f6099f3a40338a024faf85374e6202..b04b79c3865af743f7c3278b902abf4b83a56298 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
 # dwm - dynamic window manager
-# © 2006-2007 Anselm R. Garbe, Sander van Dijk
+# 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