shelves/Makefile
2024-11-14 17:39:31 -05:00

11 lines
128 B
Makefile

.PHONY: build
build:
go build backend/bin/shelves.go
run:
go run backend/bin/shelves.go
watch:
fd . . | entr -cr make run