This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
st
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Makefile: add all files to make dist
master
Hiltjo Posthuma
7 years ago
parent
49a4f91fc5
commit
0f245dfeb9
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
Makefile
+ 3
- 1
Makefile
View File
@ -34,7 +34,9 @@ clean:
dist
:
clean
mkdir -p st-
$(
VERSION
)
cp -R LICENSE Makefile README config.mk config.def.h st.info st.1 arg.h
$(
SRC
)
st-
$(
VERSION
)
cp -R FAQ LEGACY TODO LICENSE Makefile README config.mk
\
config.def.h st.info st.1 arg.h st.h win.h
$(
SRC
)
\
st-
$(
VERSION
)
tar -cf - st-
$(
VERSION
)
|
gzip > st-
$(
VERSION
)
.tar.gz
rm -rf st-
$(
VERSION
)
Write
Preview
Loading…
Cancel
Save