-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
51 lines (50 loc) · 1 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.PHONY: format
format:
@for path in $(GOLD) ; do \
dos2unix ./gold/$$path; \
shfmt --write --list --indent 4 --case-indent --space-redirects ./gold/$$path; \
shellcheck ./gold/$$path --enable all; \
done
GOLD = \
cleanup \
download_notebooks \
install_aeneas \
install_apptainer \
install_code_server \
install_conda \
install_coq \
install_cosmopolitan \
install_creusot \
install_cuda \
install_docker \
install_dotnet \
install_dotnet_jupyter_kernel \
install_elixir \
install_elixir_jupyter_kernel \
install_extensions \
install_frama-c \
install_go_jupyter_kernel \
install_homebrew \
install_klee \
install_latex \
install_lean \
install_lpython \
install_musl \
install_nim \
install_nix \
install_ocaml \
install_ohmyzsh \
install_pinokio \
install_provers \
install_scala_jupyter_kernel \
install_verus \
install_wasm_tools \
install_xr0 \
is_command \
is_installed \
midas \
move_lines \
remove_empty_lines \
requires \
start_docker \
start_pinokio