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