aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R Garbe <anselm@garbe.us>2013-04-17 21:21:47 +0200
committerAnselm R Garbe <anselm@garbe.us>2013-04-17 21:21:47 +0200
commitf2544a331845ad80655c1f79c9dc61922fe3441c (patch)
tree759d6c9be0fee0c3c334c4653c6633cce90b3be4 /Makefile
parentaafeaf731701e528f4ae9d7c7432b3e92fee4392 (diff)
downloaddwm-f2544a331845ad80655c1f79c9dc61922fe3441c.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 b04b79c..fd07d59 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
remember that computers suck.