summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2021-08-26 19:56:27 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2021-08-26 20:07:30 +0200
commit9c5ba2e3b715fec11219bf9e1f57b2c67f1b7fa9 (patch)
tree1f4cf1872667040f7e638e4d0580cedf469dd799 /bootstrap.sh
parent23b150fd0dedc012e85b405ec92bc3adacfe9959 (diff)
Bootstrap
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
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