Skip to content

Commit

Permalink
makefile for render and tui
Browse files Browse the repository at this point in the history
  • Loading branch information
bwiggs committed Jun 13, 2022
1 parent f5d762b commit 1dcd581
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
test:
go test -v ./...
go test -v ./...

nexrad-tui:
cd cmd/nexrad-tui && go install

nexrad-render:
cd cmd/nexrad-render && go install

0 comments on commit 1dcd581

Please sign in to comment.