basics ready

This commit is contained in:
Miek Gieben 2011-03-16 11:57:23 +01:00
parent aa7d08bc8a
commit f065fb7f5f
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# 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=xfrprx
GOFILES=xfrprx.go
DEPS=../../
include $(GOROOT)/src/Make.cmd