diff options
Diffstat (limited to 'cppbuild.cc')
-rw-r--r-- | cppbuild.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cppbuild.cc b/cppbuild.cc index d7c0537..77ed1f3 100644 --- a/cppbuild.cc +++ b/cppbuild.cc @@ -1,5 +1,6 @@ #if 0 -if [ "cppbuild" -ot "$0" ]; then +if [ "cppbuild" -ot "$0" ] +then echo "Rebuilding cppbuild" g++ -std=c++17 -pthread $0 libcppbuild.a -o cppbuild [ $? != 0 ] && exit 1 |