diff options
author | Christoph Lohmann <20h@r-36.net> | 2015-03-16 22:17:30 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2015-03-16 22:17:30 +0100 |
commit | 246c3481d780067dd3294edbd58cf980c2d960a3 (patch) | |
tree | 2b5d834d3523096dc654a531058863b61053afdb | |
parent | b341e513514d50cc995a5646a1bbace65dc4ca67 (diff) | |
download | st-246c3481d780067dd3294edbd58cf980c2d960a3.tar.gz st-246c3481d780067dd3294edbd58cf980c2d960a3.zip |
arg.h wasn't used for dist.
-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} |