mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 23:48:31 -04:00
SITL: show the build target
makes it easier to find the elf
This commit is contained in:
parent
e61f3dfeca
commit
7ad8670df7
@ -91,6 +91,7 @@ endef
|
||||
|
||||
# Link the final object
|
||||
$(SKETCHELF): $(SKETCHOBJS) $(LIBOBJS)
|
||||
@echo "Building $(SKETCHELF)"
|
||||
$(RULEHDR)
|
||||
$(v)$(LD) $(LDFLAGS) -o $@ $^ $(LIBS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user