mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-05-05 12:22:10 -05: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
|