This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/outpost/Makefile

10 lines
64 B
Makefile

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