JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
small changes of the colors
[dwm.git] / Makefile
index 24947f1..691e44c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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
@@ -36,7 +36,7 @@ dist: clean
        @echo creating dist tarball
        @mkdir -p dwm-${VERSION}
        @cp -R LICENSE Makefile README config.*.h config.mk \
-               dwm.1 dwm.h ${SRC} dwm-${VERSION}
+               dwm.1 dwm.h tile.h ${SRC} dwm-${VERSION}
        @tar -cf dwm-${VERSION}.tar dwm-${VERSION}
        @gzip dwm-${VERSION}.tar
        @rm -rf dwm-${VERSION}