gonotes/Makefile

6 lines
92 B
Makefile
Raw Permalink Normal View History

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