From 9c5ba2e3b715fec11219bf9e1f57b2c67f1b7fa9 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 26 Aug 2021 19:56:27 +0200 Subject: Bootstrap --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index 29b422b..3605a51 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,2 +1,2 @@ #!/bin/bash -g++ -std=c++17 -pthread libcppbuild.a -o cppbuild +g++ -std=c++17 -I. -pthread *.cc -o cppbuild -- cgit v1.2.3