changeset 3036:1427f8d3a0af

make octave be the default target; new target, all-packages
author John W. Eaton <jwe@octave.org>
date Mon, 10 Jun 2013 08:39:52 -0400
parents 513a8deac0f0
children db56fbc06742
files Makefile
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun Jun 09 19:46:53 2013 -0400
+++ b/Makefile	Mon Jun 10 08:39:52 2013 -0400
@@ -261,7 +261,10 @@
 endif
 
 .PHONY: all
-all: $(PKGS)
+all: octave
+
+.PHONY: all-packages
+all-packages: $(PKGS)
 
 $(PKGS): $(BUILD_TOOLS)