mirror of
https://github.com/davidallendj/configurator.git
synced 2025-12-20 03:27:02 -07:00
Changed binaries rule to include build plugins
This commit is contained in:
parent
be9db173a3
commit
e05bd58ef6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -16,7 +16,7 @@ all: plugins exe test
|
||||||
.PHONY: main driver binaries exe
|
.PHONY: main driver binaries exe
|
||||||
main: exe
|
main: exe
|
||||||
driver: exe
|
driver: exe
|
||||||
binaries: exe
|
binaries: exe plugins
|
||||||
exe: $(prog)
|
exe: $(prog)
|
||||||
|
|
||||||
# build named executable from go sources
|
# build named executable from go sources
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue