mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-04 08:50:12 -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
|