shelves/Makefile
2024-11-15 11:09:19 -05:00

11 lines
124 B
Makefile

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