From 77582c4c6804dade46cc7bf991f48b00e1391eff Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 29 Aug 2021 13:24:03 +0200 Subject: Move getoptpp submodule into src as well. --- bootstrap.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index e1ee5eb..a232740 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,2 +1,4 @@ #!/bin/bash -g++ -std=c++17 -I. -Isrc -pthread src/*.cc cppbuild.cc -o cppbuild +echo "Bootstrapping..." +g++ -std=c++17 -I. -Isrc -pthread src/*.cc cppbuild.cc -o cppbuild && \ +echo "Done. Now run ./cppbuild to build." -- cgit v1.2.3