mirror of https://github.com/ArduPilot/ardupilot
desktop: show the full path to the desktop executable
This commit is contained in:
parent
fb3d4eab90
commit
43e3948816
|
@ -268,6 +268,7 @@ showsources:
|
||||||
$(SKETCHELF): $(SKETCHOBJS) $(LIBOBJS) $(CORELIB)
|
$(SKETCHELF): $(SKETCHOBJS) $(LIBOBJS) $(CORELIB)
|
||||||
$(RULEHDR)
|
$(RULEHDR)
|
||||||
$(v)$(LD) $(LDFLAGS) -o $@ $^ $(LIBS)
|
$(v)$(LD) $(LDFLAGS) -o $@ $^ $(LIBS)
|
||||||
|
@echo Built $@
|
||||||
|
|
||||||
#
|
#
|
||||||
# Build sketch objects
|
# Build sketch objects
|
||||||
|
|
Loading…
Reference in New Issue