summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 0172c10..29b422b 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,7 +1,2 @@
#!/bin/bash
-CFGS="\
- cppbuild.cc \
- subdir/cppbuild.cc \
-"
-
-g++ -std=c++17 $CFGS -pthread libcppbuild.a -o cppbuild
+g++ -std=c++17 -pthread libcppbuild.a -o cppbuild