From 3d17e214befd568d1c64c1082aae462d2d0f6d2c Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Thu, 29 Mar 2012 23:26:57 +0900 Subject: [PATCH] setting .DEFAULT_GOAL := all --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index cb8a42bd..ace20a0d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ # -*- makefile-gmake -*- .PHONY: dist mips-dist cleaner test checkdefs +.DEFAULT_GOAL := all CHIBI_FFI ?= $(CHIBI) tools/chibi-ffi CHIBI_FFI_DEPENDENCIES ?= $(CHIBI_DEPENDENCIES) tools/chibi-ffi