make it slightly easier to compile funkensturm

This commit is contained in:
Miek Gieben 2011-01-24 12:31:30 +01:00
parent a268ba5d03
commit 10fa55b047
2 changed files with 20 additions and 0 deletions

View File

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

View File

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