snuffler-web/Makefile

5 lines
46 B
Makefile
Raw Normal View History

run:
go run main.go
build:
go build main.go