gitssg/Makefile

6 lines
59 B
Makefile
Raw Normal View History

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