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
-10
View File
@@ -1,10 +0,0 @@
all: prepare build
prepare:
jx pull -f
build:
jx build -f
serve:
python3 -m http.server 8001