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