X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2FMakefile.am;h=dc9b44c02efcbfbe3a31664620315f4c95c950ab;hp=c7c9e5ed2c3527910ff94d79f15bcdc1d0a734fa;hb=0bcf5a6b76ad1cb4d871733f438e2a261bb88e12;hpb=dd86b54e6e03a0682eb8ed41006ffdfd837ffae0 diff --git a/src/Makefile.am b/src/Makefile.am index c7c9e5ed2c..dc9b44c02e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -89,4 +89,14 @@ if HTTPD libopenocd_la_LIBADD += -lmicrohttpd endif -MAINTAINERCLEANFILES = Makefile.in +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 +