scrcards/Makefile

9 lines
69 B
Makefile
Raw Normal View History

2024-05-20 11:16:17 +00:00
default: run
run:
2024-05-20 12:31:58 +00:00
go run *.go
2024-05-20 13:32:15 +00:00
fmt:
go fmt *.go
prettier -w data