mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
- Move helpers functions into build/helpers.mak - Move official warning into official targets only
11 lines
275 B
Makefile
11 lines
275 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
|