idk routing stuff i guess

This commit is contained in:
2022-02-24 19:47:27 +01:00
parent ebd9709c3d
commit c96d06653a
25 changed files with 338 additions and 399 deletions

View File

@@ -2,7 +2,7 @@ BUNDLE_NAME = bundle.lua
HAXE_NAME = haxe.lua
MINIFYD_NAME = bundle.min.lua
BUILD_DIR = build
HAXE_FLAGS = -D webconsole
HAXE_FLAGS = -D webconsole --debug
POLYFILLED_NAME = bundle.polyfill.lua
POLYFILL_SRC = src/polyfill.lua
@@ -14,7 +14,7 @@ all: clean build
build: $(MIN_PATH)
$(HAXE_PATH): $(shell find src -name '*.hx') $(POLYFILL_SRC)
$(HAXE_PATH): $(shell find src -name '*.hx')
haxe build.hxml $(HAXE_FLAGS)
$(MIN_PATH): $(POLYFILL_PATH)