X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2FMakefile.am;h=dc9b44c02efcbfbe3a31664620315f4c95c950ab;hb=a6f9c5a796abd9bdf9cb2c41d5b1b27aa8451d62;hp=c9b265d2dd2c4be5615fd97d49a457f2e7eb88e3;hpb=00228aa8398fd7dde1271af424fab1cb470c5f43;p=openocd.git diff --git a/src/Makefile.am b/src/Makefile.am index c9b265d2dd..dc9b44c02e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -90,3 +90,13 @@ libopenocd_la_LIBADD += -lmicrohttpd endif MAINTAINERCLEANFILES = $(srcdir)/Makefile.in + +# The "quick" target builds executables & reinstalls the executables +# Primary use: developer types to quicken the edit/compile/debug +# cycle. by not requiring a "full build and full install". Note the +# assumption is: You are only rebuilding the EXE.... and everything +# else is/was previously installed. +# +# use at your own risk +quick: all install-binPROGRAMS +