-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMakefile
More file actions
23 lines (18 loc) · 697 Bytes
/
Makefile
File metadata and controls
23 lines (18 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
all: describe rayid org patches get
.PHONY: org
org:
$(MAKE) -C org
describe:
sed -i "s/\$$v\\$$/\$$v: $$(git describe --tags HEAD)\\$$/g" index.html
rayid:
sed -i "s/9ab3ec7a8ae409f0/$$(git rev-parse --short=16 HEAD)/g" 404.html
.PHONY: patches
patches:
./patches/txt.sh
./patches/color.sh
./patches/postamble.sh
get:
curl "https://raw.githubusercontent.com/dongdigua/configs/main/.tmux.conf" -o misc/tmux.conf
curl "https://gist.githubusercontent.com/dongdigua/18160c0dda33ae5c322949f013443f84/raw" -o misc/pia.sh
curl -O "https://download.dnscrypt.info/resolvers-list/v3/public-resolvers.md"
curl -O "https://download.dnscrypt.info/resolvers-list/v3/public-resolvers.md.minisig"