update the Makefile

This commit is contained in:
Miek Gieben 2010-12-30 16:49:42 +01:00
parent 167492c6fa
commit b6244eaa04
1 changed files with 4 additions and 1 deletions

View File

@ -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: ex
.PHONY: examples _examples
include $(GOROOT)/src/Make.inc
@ -27,5 +27,8 @@ dnstest:
gomake -C dnssec test
gomake -C resolver test
_examples:
gomake -C _examples
examples:
gomake -C _examples