From 30814c29048f59b4f6e9f605ea5dfd9ee246dad9 Mon Sep 17 00:00:00 2001 From: duane Date: Wed, 24 Jun 2009 02:00:19 +0000 Subject: [PATCH] Add quick target - full cygwin builds take a long long long time, this shortens the edit/build/debug cycle git-svn-id: svn://svn.berlios.de/openocd/trunk@2382 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 + -- 2.30.2