mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-05 06:32:11 +08:00
11 lines
84 B
Bash
11 lines
84 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
./clean.sh
|
||
|
|
||
|
cd ..
|
||
|
aclocal
|
||
|
automake --add-missing
|
||
|
autoconf
|
||
|
cd bin
|
||
|
|
||
|
# eof
|