summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorCarson Fleming <cflems@cflems.net>2023-01-11 17:50:01 +0100
committerGitHub <noreply@github.com>2023-01-11 17:50:01 +0100
commit2e73165802bdba6b3da81b351cf34b6f40ce2f72 (patch)
treec7e8da304a24e19f9436d33d5629b853d251ad52 /makefile
parenta262dd58d12a918d8d56d5abf4eb0eb7027699d4 (diff)
parent470c145cdf91d6dbab3ff0985deb1a8c8d6eb2d6 (diff)
downloadpk-2e73165802bdba6b3da81b351cf34b6f40ce2f72.tar.gz
Merge branch 'pty' into master
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 2929c10..2fb9017 100644
--- a/makefile
+++ b/makefile
@@ -1,7 +1,8 @@
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
clean:
- rm -f pkd.py *.pid *.sock *.log
+ rm -f pkd.py pkcli.py *.pid *.sock *.log
install:
useradd -rUs /usr/sbin/nologin pkd || true
mkdir -p /run/pk /etc/pk