JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
another command gets workspace env
[dwm.git] / Makefile
index 2615673..fd07d59 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 
 include config.mk
 
-SRC = dwm.c
+SRC = drw.c dwm.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.def.h config.mk \
-               dwm.1 *.c dwm-${VERSION}
+               dwm.1 ${SRC} dwm-${VERSION}
        @tar -cf dwm-${VERSION}.tar dwm-${VERSION}
        @gzip dwm-${VERSION}.tar
        @rm -rf dwm-${VERSION}