Files
honeypeer-viz-cli/Makefile
T
snxraven e8ee8319eb
ci / release (push) Has been cancelled
ci / test (push) Has been cancelled
Updates
2026-07-03 05:47:51 -04:00

20 lines
318 B
Makefile

.PHONY: build test run install fixture install-script
build:
go build -o bin/hp-viz ./cmd/hp-viz/
test:
go test ./...
install: build
cp bin/hp-viz $(DESTDIR)/usr/local/bin/
install-script:
bash scripts/install.sh
fixture:
./bin/hp-viz --fixture tests/fixtures/sse-sample.txt
run:
./bin/hp-viz --url $(URL)