shelves/Makefile
2024-11-16 14:31:32 -05:00

11 lines
118 B
Makefile

.PHONY: build
build:
go build cmd/shelves/main.go
run:
go run cmd/shelves/main.go
watch:
fd | entr -cr make run