4coder/site/build.sh

6 lines
47 B
Bash
Executable File

#!/bin/bash
pushd ..
make clean
make site
popd