5
0
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:
Andrew Tridgell 2013-04-02 14:18:42 +11:00
parent e61f3dfeca
commit 7ad8670df7

View File

@ -91,6 +91,7 @@ endef
# Link the final object
$(SKETCHELF): $(SKETCHOBJS) $(LIBOBJS)
@echo "Building $(SKETCHELF)"
$(RULEHDR)
$(v)$(LD) $(LDFLAGS) -o $@ $^ $(LIBS)