diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-06-22 18:48:16 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-06-22 18:48:16 +0200 |
commit | 8a35724397e84e9d23a44a4f2d3a3e73fe25d9e7 (patch) | |
tree | dd73869b71aae0b05cabc833caa9b161c86b24ff /bootstrap.sh | |
parent | f8a52e96685d636be956b5f89d6f493856c0810f (diff) |
Add parameters to add, delete and list build configurations.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 7 |
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 |