From 8da3b5fd42a3a66477b0b9c49fccb6e07e3cd9a7 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Mon, 19 Apr 2010 20:19:43 -0400 Subject: [PATCH] silencing the "all" target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 768c041..ae42b0d 100644 --- a/Makefile +++ b/Makefile @@ -39,3 +39,4 @@ all: .PHONY: all .EXPORT_ALL_VARIABLES: +.SILENT: all