4coder/site/build.sh

6 lines
47 B
Bash
Raw Normal View History

2016-11-22 18:26:58 +00:00
#!/bin/bash
pushd ..
make clean
make site
popd