Rename Makefile variable go_args
-> build_args
Signed-off-by: AKP <tom@tdpain.net>
This commit is contained in:
parent
fc55546718
commit
1a1fb45a1d
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@ go_exe := go
|
||||||
|
|
||||||
bin/cdmbar:
|
bin/cdmbar:
|
||||||
mkdir -p bin
|
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
|
run: bin/cdmbar
|
||||||
./bin/cdmbar
|
./bin/cdmbar
|
||||||
|
|
|
@ -27,7 +27,7 @@ cd bar
|
||||||
make clean install
|
make clean install
|
||||||
|
|
||||||
// You can customise the install directory using `make install_dir=/usr/local/bin 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
|
### Using with i3wm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue