aboutsummaryrefslogblamecommitdiffstats
path: root/wget/Makefile
blob: 35c640f7f762f5fe61733af1465842d51aecbbc9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                        
.POSIX:

install:
	test ! -d ~/.wget-hsts
	ln -sf -- /dev/null ~/.wget-hsts

uninstall:
	-unlink -- ~/.wget-hsts

.PHONY: install uninstall