minor cleanups

This commit is contained in:
Miek Gieben 2010-12-30 14:18:13 +01:00
parent bcf320aad4
commit b51688191c
1 changed files with 2 additions and 2 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: 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