diff options
author | Anselm R. Garbe <garbeam@gmail.com> | 2007-09-15 13:16:54 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@gmail.com> | 2007-09-15 13:16:54 +0200 |
commit | 7e476fb86ba254e6fe3a916ed7b5298e432a469c (patch) | |
tree | cc8ce1467345a1643cd172b478a38e472bfcc3ec /Makefile | |
parent | 9800518ae3505e54c0e52ea3d40050f279e722d6 (diff) | |
download | dwm-7e476fb86ba254e6fe3a916ed7b5298e432a469c.tar.gz |
moved bar-related stuff to bar.c (merged draw.c into that)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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 |