Skip to content

Commit

Permalink
feat(build): Run target for makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pluveto committed Feb 4, 2023
1 parent 4d0c5c9 commit fb77d2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ package: all
test:
go test -v ./...

# Usage: make run APP=greet -- -h
run:
go run cmd/$(APP)/main.go

clean:
rm -rfd dist

Expand Down

0 comments on commit fb77d2b

Please sign in to comment.