gitssg/Makefile
2024-06-29 22:19:25 +02:00

5 lines
53 B
Makefile

fmt:
go fmt ./...
build:
go build -o gitssg ./...