aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 7038d45de50386ee7962050da473c4b3b0852123 (plain) (blame)
1
2
3
4
5
6
7
8
fmt:
	go fmt github.com/Whirlsplash/munch...

run: fmt
	go run munch.go

build: fmt
	go build