authentik/outpost/Makefile

10 lines
64 B
Makefile
Raw Normal View History

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