Rename Makefile variable go_args -> build_args

Signed-off-by: AKP <tom@tdpain.net>
This commit is contained in:
akp 2022-05-09 17:20:13 +01:00
parent fc55546718
commit 1a1fb45a1d
No known key found for this signature in database
GPG key ID: AA5726202C8879B7
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ go_exe := go
bin/cdmbar:
mkdir -p bin
$(go_exe) build $(go_args) -o bin/cdmbar github.com/codemicro/bar/cmd/bar
$(go_exe) build $(build_args) -o bin/cdmbar github.com/codemicro/bar/cmd/bar
run: bin/cdmbar
./bin/cdmbar

View file

@ -27,7 +27,7 @@ cd bar
make clean install
// You can customise the install directory using `make install_dir=/usr/local/bin clean install`
// You can build without VCS stamping using `make go_args="-buildvcs=false" clean install`
// You can build without VCS stamping using `make build_args="-buildvcs=false" clean install`
```
### Using with i3wm