Browse Source

using SRC instead of *.c

master
arg@10ksloc.org 18 years ago
parent
commit
7315bb08ad
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@ -37,7 +37,7 @@ clean:
dist: clean
mkdir -p dwm-${VERSION}
cp -R Makefile README LICENSE config.mk dwm.h config.*.h \
*.c ${MAN1} dwm-${VERSION}
${SRC} ${MAN1} dwm-${VERSION}
tar -cf dwm-${VERSION}.tar dwm-${VERSION}
gzip dwm-${VERSION}.tar
rm -rf dwm-${VERSION}


Loading…
Cancel
Save