mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
9 lines
273 B
Makefile
9 lines
273 B
Makefile
# 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
|