From 10fa55b047365cefdd464ad91c3493df5a7dc28f Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Mon, 24 Jan 2011 12:31:30 +0100 Subject: [PATCH] make it slightly easier to compile funkensturm --- _examples/funkensturm/makefile_delay | 10 ++++++++++ _examples/funkensturm/makefile_sign | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 _examples/funkensturm/makefile_delay create mode 100644 _examples/funkensturm/makefile_sign diff --git a/_examples/funkensturm/makefile_delay b/_examples/funkensturm/makefile_delay new file mode 100644 index 00000000..41ba18f8 --- /dev/null +++ b/_examples/funkensturm/makefile_delay @@ -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 diff --git a/_examples/funkensturm/makefile_sign b/_examples/funkensturm/makefile_sign new file mode 100644 index 00000000..f1b784dd --- /dev/null +++ b/_examples/funkensturm/makefile_sign @@ -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