added polyfill to make

This commit is contained in:
Djeeberjr 2022-02-21 18:55:39 +01:00
parent 5c1b142630
commit da3eda84d3

View File

@ -14,7 +14,7 @@ all: clean build
build: $(MIN_PATH) build: $(MIN_PATH)
$(HAXE_PATH): $(shell find src -name '*.hx') $(HAXE_PATH): $(shell find src -name '*.hx') $(POLYFILL_SRC)
haxe build.hxml $(HAXE_FLAGS) haxe build.hxml $(HAXE_FLAGS)
$(MIN_PATH): $(POLYFILL_PATH) $(MIN_PATH): $(POLYFILL_PATH)