[build] Remove DEFAULT

It was redundant with HANDY_TARGETS and HANDY_TARGETS_EXTENSIONS
This commit is contained in:
Romain Goyet
2020-04-02 22:44:22 -04:00
committed by Ecco
parent 99b916e179
commit f7911bae72
5 changed files with 14 additions and 15 deletions

View File

@@ -99,8 +99,7 @@ all_objs = $(call object_for,$(all_src))
include build/targets.mak
# Fill in the default recipe
DEFAULT ?= $(BUILD_DIR)/epsilon.$(EXE)
default: $(DEFAULT)
default: $(firstword $(HANDY_TARGETS)).$(firstword $(HANDY_TARGETS_EXTENSIONS))
# Load standard build rules
include build/rules.mk