diff options
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 3605a51..e1ee5eb 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,2 +1,2 @@ #!/bin/bash -g++ -std=c++17 -I. -pthread *.cc -o cppbuild +g++ -std=c++17 -I. -Isrc -pthread src/*.cc cppbuild.cc -o cppbuild |