# HG changeset patch # User John W. Eaton # Date 1370867992 14400 # Node ID 1427f8d3a0afa00f25a3f6e5363f6711e191b33c # Parent 513a8deac0f010265d2a5da2c37ef2ffd2bde6df make octave be the default target; new target, all-packages diff -r 513a8deac0f0 -r 1427f8d3a0af Makefile --- 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)