[ion/simulator] Get rid of the headless target

This commit is contained in:
Romain Goyet
2020-09-17 16:42:28 -04:00
committed by Léa Saviot
parent 2bee7eb267
commit a834c954b8
11 changed files with 31 additions and 109 deletions

View File

@@ -1,8 +1 @@
# Headless targets
$(eval $(call rule_for_epsilon_flavor,headless))
HANDY_TARGETS += epsilon.headless
$(BUILD_DIR)/test.headless.$(EXE): $(call flavored_object_for,$(test_runner_src),headless)
HANDY_TARGETS += test.headless
-include build/targets.simulator.$(TARGET).mak

View File

@@ -1 +1 @@
$(BUILD_DIR)/test.headless.js: EMSCRIPTEN_MODULARIZE = 0
$(BUILD_DIR)/test.js: EMSCRIPTEN_MODULARIZE = 0