diff --git a/Makefile b/Makefile index 176d8868..f17d308d 100644 --- a/Makefile +++ b/Makefile @@ -144,6 +144,15 @@ endif .PHONY: clean +######################################### +# Dev +######################################### + +run: + $Q go run cmd/step-ca/main.go $(shell step path)/config/ca.json + +.PHONY: run + ######################################### # Building Docker Image #