forked from Nixius/authelia
1
0
Fork 0
ATLAS/docker/ss-atlas/Makefile

7 lines
84 B
Makefile

.PHONY: test build
test:
go test ./...
build:
go build -o ss-atlas ./cmd/main.go