mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
Executables are not always .elf files
Change-Id: I1abebbe9d3e7a4a208ba912f1f29ceddf23617ca
This commit is contained in:
@@ -9,6 +9,6 @@ $(symbols_file): $(tests)
|
||||
|
||||
runner_objs += $(addprefix quiz/src/, runner.o symbols.o)
|
||||
test_objs = $(subst .c,.o, $(subst .cpp,.o,$(tests)))
|
||||
products += test.elf test.hex test.bin $(runner_objs) $(test_objs)
|
||||
products += test.$(EXE) test.hex test.bin $(runner_objs) $(test_objs)
|
||||
|
||||
test.elf: $(objs) $(runner_objs) $(test_objs)
|
||||
test.$(EXE): $(objs) $(runner_objs) $(test_objs)
|
||||
|
||||
Reference in New Issue
Block a user