aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-09-15 13:16:54 +0200
committerAnselm R. Garbe <garbeam@gmail.com>2007-09-15 13:16:54 +0200
commit7e476fb86ba254e6fe3a916ed7b5298e432a469c (patch)
treecc8ce1467345a1643cd172b478a38e472bfcc3ec /Makefile
parent9800518ae3505e54c0e52ea3d40050f279e722d6 (diff)
downloaddwm-7e476fb86ba254e6fe3a916ed7b5298e432a469c.tar.gz
moved bar-related stuff to bar.c (merged draw.c into that)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 385b56e..8e48185 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
include config.mk
-SRC += client.c draw.c event.c main.c screen.c util.c
+SRC += bar.c client.c event.c main.c screen.c util.c
OBJ = ${SRC:.c=.o}
all: options dwm
remember that computers suck.