From 1a6a97e4c25cafb6a48ea3c56dd96734993a59d4 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sun, 5 Feb 2012 10:46:55 +0100 Subject: [PATCH] Do without makefile --- Makefile | 34 ++-------------------------------- 1 file changed, 2 insertions(+), 32 deletions(-) diff --git a/Makefile b/Makefile index 27694db7..4d9c14fb 100644 --- a/Makefile +++ b/Makefile @@ -1,34 +1,4 @@ -# 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 _examples - -include $(GOROOT)/src/Make.inc - -TARG=dns -GOFILES=\ - clientconfig.go\ - client.go\ - defaults.go\ - dns.go\ - dnssec.go\ - edns.go\ - keygen.go\ - kscan.go\ - labels.go\ - msg.go\ - nsec3.go \ - rawmsg.go \ - server.go \ - tsig.go\ - types.go\ - update.go\ - xfr.go\ - zscan.go\ - zscan_rr.go\ - - -include $(GOROOT)/src/Make.pkg +.PHONY: examples examples: - gomake -C examples + make -C examples