gonotes/Makefile

7 lines
82 B
Makefile
Raw Normal View History

2025-06-25 22:43:34 +01:00
all: build
build:
go run cmd/fetch-static/main.go
go build cmd/server/main.go