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
This commit is contained in:
duane 2009-06-24 02:00:19 +00:00
parent 176b5600ed
commit 30814c2904
1 changed files with 10 additions and 0 deletions

View File

@ -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