Files
Vanillae/ts/parasite/Makefile
T
2022-10-05 02:35:43 -06:00

15 lines
132 B
Makefile

all: pull build
deploy: pull build mindist push
pull:
jx pull -f
build:
jx build -f
mindist:
jx mindist -f
push:
jx push -f