Skip to content

Commit

Permalink
fixup! feat: Add Makefile to project
Browse files Browse the repository at this point in the history
  • Loading branch information
awalvie committed Dec 13, 2023
1 parent e185302 commit 91c9626
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ watch:
@which reflex > /dev/null || (go install github.com/cespare/reflex@latest)
reflex -s -r '\.go$$' make run

.PHONY: test
## test: Run all tests
test:
@go test -v ./...

.PHONY: help
all: help
## help: show this help message
Expand Down

0 comments on commit 91c9626

Please sign in to comment.