delete makefiles

This commit is contained in:
2022-10-19 01:16:52 -06:00
parent 601ad6baa3
commit ea95e59640
4 changed files with 0 additions and 54 deletions
-15
View File
@@ -1,15 +0,0 @@
all: prepare build
deploy: prepare build mindist push
prepare:
jx pull -f
build:
jx build -f
mindist:
jx mindist -f
push:
jx push -f
-14
View File
@@ -1,14 +0,0 @@
all: pull build
deploy: pull build mindist push
pull:
jx pull -f
build:
jx build -f
mindist:
jx mindist -f
push:
jx push -f