Merge branch 'master' into sdl

This commit is contained in:
Romain Goyet
2019-03-20 18:03:28 +01:00
12 changed files with 134 additions and 29 deletions

View File

@@ -89,7 +89,7 @@ objs = $(call object_for,$(src))
# Those can be built directly with make executable.exe as a shortcut. They also
# depends on $(objs)
executables = epsilon test
executables = epsilon test flasher
define rules_for_executable
$$(BUILD_DIR)/$(1).$$(EXE): $$(objs)