Skip to content
Snippets Groups Projects
Commit 30814c29 authored by duane's avatar duane
Browse files

Add quick target - full cygwin builds take a long long long time, this...

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
parent 176b5600
Branches
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment