Files
authentik/outpost/Makefile
2021-05-16 21:07:01 +02:00

10 lines
64 B
Makefile

all: clean
run:
go run -v .
clean:
go mod tidy
go clean .