Updates
ci / release (push) Has been cancelled
ci / test (push) Has been cancelled

This commit is contained in:
2026-07-03 05:47:51 -04:00
parent 20d3f60310
commit e8ee8319eb
13 changed files with 461 additions and 32 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
.PHONY: build test run install fixture
.PHONY: build test run install fixture install-script
build:
go build -o bin/hp-viz ./cmd/hp-viz/
@@ -9,6 +9,9 @@ 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