mirror of
https://github.com/mtrojnar/osslsigncode
synced 2026-06-08 16:13:39 +00:00
8 lines
97 B
Makefile
8 lines
97 B
Makefile
all: clean token
|
|
|
|
clean:
|
|
@rm -f softhsm.* test.* openssl.conf config.py
|
|
|
|
token:
|
|
./gen-token.sh
|