Skip to content

Commit

Permalink
Show commands in make targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
lthibault committed Aug 5, 2024
1 parent 2e64d22 commit ea83c0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ clean:
@if [ -f "ww" ]; then rm ww; fi

generate:
@go generate ./...
go generate ./...

binary: generate
@go build -o ww cmd/main.go
go build -o ww cmd/main.go

install:
@go install github.com/wetware/go/cmd
go install github.com/wetware/go/cmd

0 comments on commit ea83c0f

Please sign in to comment.