gitssg/Makefile
2024-06-28 19:28:42 +02:00

5 lines
65 B
Makefile

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