diff options
| author | Carson Fleming <cflems@cflems.net> | 2023-03-24 05:53:39 -0700 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2023-03-24 05:53:39 -0700 |
| commit | f0e4edecc73f48d72b4a1cedc2d16793f368d49c (patch) | |
| tree | 315470c675c01eee4c32f7861a3ca199ad39839a /makefile | |
| parent | a25c2a083a79932271a808394ecd2c522b140403 (diff) | |
| download | pk-f0e4edecc73f48d72b4a1cedc2d16793f368d49c.tar.gz | |
Re-engineer crypto library to support buffering and putback
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ all: - (echo "#!"`which python3` && curl -s https://war.cflems.net/warcrypto.py && cat pkd_stub.py) >pkd.py - (echo "#!"`which python3` && curl -s https://war.cflems.net/warcrypto.py && cat pkcli_stub.py) >pkcli.py + (echo "#!"`which python3` && cat crypto.py && cat pkd_stub.py) >pkd.py + (echo "#!"`which python3` && cat crypto.py && cat pkcli_stub.py) >pkcli.py clean: rm -f pkd.py pkcli.py *.pid *.sock *.log install: |
