From b51688191c3309a291564367184a81fb8c7aa398 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Thu, 30 Dec 2010 14:18:13 +0100 Subject: [PATCH] minor cleanups --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bd9c89f9..360d54a2 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Copyright 2009 The Go Authors. All rights reserved. # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -.PHONY: examples +.PHONY: ex include $(GOROOT)/src/Make.inc @@ -27,5 +27,5 @@ dnstest: gomake -C dnssec test gomake -C resolver test -examples: +ex: gomake -C _examples