gitssg/Makefile

6 lines
53 B
Makefile
Raw Normal View History

fmt:
go fmt ./...
build:
2024-06-29 21:19:25 +01:00
go build -o gitssg ./...