aboutsummarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R Garbe2013-04-17 21:21:47 +0200
committerAnselm R Garbe2013-04-17 21:21:47 +0200
commitb111ce0aec51a5dc580608d87faee47971bc9730 (patch)
treed236c0888bed2e1a6a8fc7ce979d67bdf17482bd /Makefile
parentefe8975801e94387b57124eff6e558f0d800c9b0 (diff)
downloadaur-b111ce0aec51a5dc580608d87faee47971bc9730.tar.gz
renamed draw into drw
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b04b79c3865a..fd07d594a889 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
include config.mk
-SRC = util.c draw.c dwm.c
+SRC = drw.c dwm.c util.c
OBJ = ${SRC:.c=.o}
all: options dwm