viddl/Makefile

14 lines
114 B
Makefile
Raw Permalink Normal View History

2023-09-10 23:00:01 +02:00
all: build
build:
go build .
watch-deps:
go install github.com/cosmtrek/air@latest
watch: watch-deps
air