gonotes/Makefile

5 lines
92 B
Makefile

all: build
build:
go run cmd/fetch-static/main.go
go build -o gonotes cmd/server/main.go