Remove generate target from install
This commit is contained in:
parent
447e6d842e
commit
5284353441
2
Makefile
2
Makefile
@ -31,7 +31,7 @@ build: generate
|
|||||||
go build -o bin/eia-client $(CLIENT_PKG)
|
go build -o bin/eia-client $(CLIENT_PKG)
|
||||||
|
|
||||||
# Install the client command binary
|
# Install the client command binary
|
||||||
install: generate
|
install:
|
||||||
go install -v $(CLIENT_PKG)
|
go install -v $(CLIENT_PKG)
|
||||||
|
|
||||||
# Clean up generated files and build artifacts
|
# Clean up generated files and build artifacts
|
||||||
|
Loading…
Reference in New Issue
Block a user