From 8a35724397e84e9d23a44a4f2d3a3e73fe25d9e7 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 22 Jun 2021 18:48:16 +0200 Subject: Add parameters to add, delete and list build configurations. --- bootstrap.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'bootstrap.sh') 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 -- cgit v1.2.3