5 lines
65 B
Makefile
5 lines
65 B
Makefile
fmt:
|
|
go fmt ./...
|
|
|
|
build:
|
|
go build -o gitstatic ./gitstatic.go
|