summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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/