diff options
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -32,7 +32,7 @@ clean: | |||
| 32 | 32 | ||
| 33 | dist: clean | 33 | dist: clean |
| 34 | mkdir -p sdep-${VERSION} | 34 | mkdir -p sdep-${VERSION} |
| 35 | cp -R LICENSE Makefile README sdep.1 sdep.c sdep-${VERSION} | 35 | cp -R LICENSE Makefile README.md sdep.1 sdep.c sdep-${VERSION} |
| 36 | tar -cf sdep-${VERSION}.tar sdep-${VERSION} | 36 | tar -cf sdep-${VERSION}.tar sdep-${VERSION} |
| 37 | gzip sdep-${VERSION}.tar | 37 | gzip sdep-${VERSION}.tar |
| 38 | rm -rf sdep-${VERSION} | 38 | rm -rf sdep-${VERSION} |
