aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-09-15 22:25:27 +0200
committerAnselm R. Garbe <garbeam@gmail.com>2007-09-15 22:25:27 +0200
commit0235a84ef286db5c97239615ae525ce973641941 (patch)
treeeed9e2c2b39249ada5353a841f8717894bf236b0 /Makefile
parent2091200c957783deed032380d56c4199a23c6b81 (diff)
downloaddwm-0235a84ef286db5c97239615ae525ce973641941.tar.gz
micromizing dwm step 1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8e48185..4f03721 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
include config.mk
-SRC += bar.c client.c event.c main.c screen.c util.c
+SRC = dwm.c
OBJ = ${SRC:.c=.o}
all: options dwm
@@ -18,7 +18,7 @@ options:
@echo CC $<
@${CC} -c ${CFLAGS} $<
-${OBJ}: dwm.h config.h config.mk
+${OBJ}: config.h config.mk
dwm: ${OBJ}
@echo CC -o $@
@@ -32,7 +32,7 @@ dist: clean
@echo creating dist tarball
@mkdir -p dwm-${VERSION}
@cp -R LICENSE Makefile README config.h config.mk \
- dwm.1 dwm.h tile.h ${SRC} dwm-${VERSION}
+ dwm.1 ${SRC} dwm-${VERSION}
@tar -cf dwm-${VERSION}.tar dwm-${VERSION}
@gzip dwm-${VERSION}.tar
@rm -rf dwm-${VERSION}
remember that computers suck.