aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 52af636..6158ab2 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ clean:
34dist: clean 34dist: 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}