scrcards/Makefile
2024-05-20 06:32:15 -07:00

8 lines
51 B
Makefile

default: run
run:
go run *.go
fmt:
go fmt *.go