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
Raw Normal View History

all: clean
2020-09-02 22:04:12 +00:00
run:
go run -v .
2020-09-17 07:35:16 +00:00
clean:
go mod tidy
go clean .