Files
himewiki/Makefile
2025-09-12 22:09:53 +09:00

11 lines
109 B
Makefile

all: build
build:
go build -o himewiki ./cmd/himewiki
clean:
rm -f himewiki
run:
go run ./cmd/himewiki