gitssg/Makefile
Miguel de la Cruz 873ae748dc Rename to gitssg
2024-06-29 20:48:15 +02:00

5 lines
59 B
Makefile

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