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:
parent
176b5600ed
commit
30814c2904
|
@ -90,3 +90,13 @@ libopenocd_la_LIBADD += -lmicrohttpd
|
||||||
endif
|
endif
|
||||||
|
|
||||||
MAINTAINERCLEANFILES = $(srcdir)/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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue