tangled
alpha
login
or
join now
atscan.net
/
plcbundle-go
[DEPRECATED] Go implementation of plcbundle
1
fork
atom
overview
issues
pulls
pipelines
update installation command
tree.fail
1 month ago
5525f0a0
5a7ac76c
1/1
build.yml
success
40s
options
unified
split
Changed files
+1
-1
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: