diff options
author | Anselm R. Garbe <garbeam@gmail.com> | 2007-08-19 10:57:02 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@gmail.com> | 2007-08-19 10:57:02 +0200 |
commit | 47765f728614c348aa7dfc2eed6f754efc376922 (patch) | |
tree | 47f8667ef723767ec41df2403bdce1ee80dccd17 /Makefile | |
parent | 96d7fe16eaf6b656800f08da3156bacd75ca3b08 (diff) |
added screen.c, removed layout.c and tag.c
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ include config.mk -SRC += client.c draw.c event.c layout.c main.c tag.c util.c +SRC += client.c draw.c event.c main.c screen.c util.c OBJ = ${SRC:.c=.o} all: options dwm |