David Brownell <david-b@pacbell.net>:
[fw/openocd] / src / Makefile.am
index c7c9e5ed2c3527910ff94d79f15bcdc1d0a734fa..dc9b44c02efcbfbe3a31664620315f4c95c950ab 100644 (file)
@@ -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
+