From 2dd168416f0858c885e56bed671df2b3c7f1ebc0 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 8 Jan 2019 12:05:12 +0100 Subject: add update target --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b68925c..3eb6672 100644 --- a/Makefile +++ b/Makefile @@ -31,4 +31,8 @@ install: all clean: rm -rf update-ca-certificates c_rehash certdata.stamp *.crt -.PHONY: install clean +# https://hg.mozilla.org/mozilla-central/file/tip/security/nss/lib/ckfw/builtins/certdata.txt +update: + curl https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt > certdata.txt + +.PHONY: install clean update -- cgit v1.2.3