mirror of
https://github.com/davidallendj/configurator.git
synced 2025-12-19 19:17:01 -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
|
||||
main: exe
|
||||
driver: exe
|
||||
binaries: exe
|
||||
binaries: exe plugins
|
||||
exe: $(prog)
|
||||
|
||||
# build named executable from go sources
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue