shelves/Makefile
2024-11-15 15:25:29 -05:00

11 lines
108 B
Makefile

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