Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemailly committed Aug 8, 2024
1 parent 26ffb6a commit ae3b45c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ demo:

tinygo-demo:
# No luck on mac https://github.com/tinygo-org/tinygo/issues/4395
# on linux, after doesn't work it seems.
CGO_ENABLED=0 tinygo build -tags $(GO_BUILD_TAGS) -o example-tinygo ./example/
./example-tinygo -loglevel debug

Expand All @@ -21,4 +22,4 @@ lint: .golangci.yml
curl -fsS -o .golangci.yml https://raw.githubusercontent.com/fortio/workflows/main/golangci.yml


.PHONY: all lint test demo tinygo-run
.PHONY: all lint test demo tinygo-demo

0 comments on commit ae3b45c

Please sign in to comment.