viddl/Makefile
2023-09-11 00:00:01 +03:00

14 lines
114 B
Makefile

all: build
build:
go build .
watch-deps:
go install github.com/cosmtrek/air@latest
watch: watch-deps
air