tangled
alpha
login
or
join now
atscan.net
/
plcbundle-go
1
fork
atom
[DEPRECATED] Go implementation of plcbundle
1
fork
atom
overview
issues
pulls
pipelines
update installation command
tree.fail
4 months ago
5525f0a0
5a7ac76c
+1
-1
1 changed file
expand all
collapse all
unified
split
Makefile
+1
-1
Makefile
···
45
45
# Install the CLI tool globally
46
46
install:
47
47
@echo "Installing $(BINARY_NAME) ..."
48
48
-
$(GOINSTALL) $(LDFLAGS) ./cmd/plcbundle
48
48
+
$(GOBUILD) $(LDFLAGS) -o $(INSTALL_PATH)/$(BINARY_NAME) ./cmd/plcbundle
49
49
50
50
# Run tests
51
51
test: