6 lines
82 B
Makefile
6 lines
82 B
Makefile
all: build
|
|
|
|
build:
|
|
go run cmd/fetch-static/main.go
|
|
go build cmd/server/main.go
|
|
|