repo.or.cz
/
syren.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
new build scripts; new redist scheme
[syren.git]
/
build_all.sh
blob
bba69c251c60fa9b354f7e054cb7e6bfd6ab6b24
1
#!/bin/zsh
2
3
rm
-f
syren.exe syren_lite.exe
4
rm
-f
syren syren_line
5
6
(
zsh .
/
build_w32.sh
)
7
(
zsh .
/
build_nix.sh
)