-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
45 lines (36 loc) · 956 Bytes
/
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
#############
## STANDARD
#############
setup:
chmod +x ./install-tools.sh
./install-tools.sh
install:
(cd kubernetes && make install)
(cd rust && make install)
(cd typescript && make install)
upgrade:
(cd kubernetes && make upgrade)
(cd rust && make upgrade)
(cd typescript && make upgrade)
sync:
(cd kubernetes && make sync)
(cd rust && make sync)
(cd typescript && make sync)
dev:
(cd kubernetes && make dev)
format:
(cd kubernetes && make format)
(cd rust && make format)
(cd typescript && make format)
check:
(cd kubernetes && make check)
(cd rust && make check)
(cd typescript && make check)
test:
(cd kubernetes && make test)
(cd rust && make test)
(cd typescript && make test)
increase-rancher-desktop-disk-size-mac:
echo 'disk: "200GiB"' > ~/Library/Application\ Support/rancher-desktop/lima/_config/override.yaml
delete-current-vm-rancher-desktop-mac:
rm -rf ~/Library/Application\ Support/rancher-desktop/lima/0