diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c9b265d2..dc9b44c0 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 + |