Files
kubelogin/pkg/adaptors/jwtdecoder/testdata/Makefile
2019-10-29 09:55:29 +09:00

9 lines
90 B
Makefile

all: jws.key
jws.key:
openssl genrsa -out $@ 1024
.PHONY: clean
clean:
-rm -v jws.key