[DEPRECATED] Go implementation of plcbundle

update installation command

Changed files
+1 -1
+1 -1
Makefile
··· 45 45 # Install the CLI tool globally 46 46 install: 47 47 @echo "Installing $(BINARY_NAME) ..." 48 - $(GOINSTALL) $(LDFLAGS) ./cmd/plcbundle 48 + $(GOBUILD) $(LDFLAGS) -o $(INSTALL_PATH)/$(BINARY_NAME) ./cmd/plcbundle 49 49 50 50 # Run tests 51 51 test: