mirror of
https://github.com/miekg/dns.git
synced 2025-12-16 09:11:34 +01:00
make it slightly easier to compile funkensturm
This commit is contained in:
parent
a268ba5d03
commit
10fa55b047
10
_examples/funkensturm/makefile_delay
Normal file
10
_examples/funkensturm/makefile_delay
Normal 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
|
||||
10
_examples/funkensturm/makefile_sign
Normal file
10
_examples/funkensturm/makefile_sign
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user