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

16 lines
142 B
Makefile

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