diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ clean: | |||
34 | dist: clean | 34 | dist: clean |
35 | @echo creating dist tarball | 35 | @echo creating dist tarball |
36 | @mkdir -p st-${VERSION} | 36 | @mkdir -p st-${VERSION} |
37 | @cp -R LICENSE Makefile README config.mk config.def.h st.info st.1 ${SRC} st-${VERSION} | 37 | @cp -R LICENSE Makefile README config.mk config.def.h st.info st.1 arg.h ${SRC} st-${VERSION} |
38 | @tar -cf st-${VERSION}.tar st-${VERSION} | 38 | @tar -cf st-${VERSION}.tar st-${VERSION} |
39 | @gzip st-${VERSION}.tar | 39 | @gzip st-${VERSION}.tar |
40 | @rm -rf st-${VERSION} | 40 | @rm -rf st-${VERSION} |