mirror of
https://github.com/miekg/dns.git
synced 2026-01-15 16:01:24 +01:00
9 lines
252 B
Makefile
9 lines
252 B
Makefile
# 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.
|
|
include $(GOROOT)/src/Make.inc
|
|
TARG=mx
|
|
GOFILES=mx.go
|
|
DEPS=../../
|
|
include $(GOROOT)/src/Make.cmd
|