mirror of
https://github.com/davidallendj/configurator.git
synced 2025-12-20 03:27:02 -07:00
Changed space indentations to tabs in Makefile
This commit is contained in:
parent
7a1b57931e
commit
49fd6fb892
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -21,7 +21,7 @@ exe: $(prog)
|
||||||
|
|
||||||
# build named executable from go sources
|
# build named executable from go sources
|
||||||
$(prog): $(sources)
|
$(prog): $(sources)
|
||||||
go build --tags=all -o $(prog)
|
go build --tags=all -o $(prog)
|
||||||
|
|
||||||
.PHONY: container
|
.PHONY: container
|
||||||
container: binaries plugins
|
container: binaries plugins
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue