aboutsummarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R. Garbe2006-07-14 22:33:38 +0200
committerAnselm R. Garbe2006-07-14 22:33:38 +0200
commite1ea493532d968f7f59205d9b0acbd3708c575fd (patch)
treeb8ffc699d7f5a2d8196081980618595291bdd121 /Makefile
parentebbe835387a52eb2fcfe8d0ff57face4bd264c7d (diff)
downloadaur-e1ea493532d968f7f59205d9b0acbd3708c575fd.tar.gz
rearranged
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 536960bafa5a..e2caadd9008a 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
include config.mk
-SRC = bar.c client.c dev.c draw.c event.c main.c util.c
+SRC = client.c draw.c event.c key.c main.c screen.c util.c
OBJ = ${SRC:.c=.o}
MAN1 = dwm.1
BIN = dwm