summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se (leap communications)>2019-07-02 20:04:39 +0200
committerKali Kaneko <kali@leap.se (leap communications)>2019-07-02 20:04:39 +0200
commit159b4322aeb0d4decb584a2f55182b67c17bf6d0 (patch)
treeab82a0792ae8247556a31d6af861493ba0f7b6f3 /Makefile
parent05ac08d1b0f87de02d5d6c3144673994f2e2cb4b (diff)
file handler
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 918b612..b8fe777 100644
--- a/Makefile
+++ b/Makefile
@@ -4,5 +4,7 @@ demo:
./vpnweb -caCrt test/files/ca.crt -caKey test/files/ca.key
clean:
rm -f public/1/*
+ rm public/ca.crt
populate:
cp test/1/* public/1/
+ cp test/files/ca.crt public/