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