begin this file too

This commit is contained in:
Miek Gieben 2011-07-14 23:59:12 +02:00
parent 8633070b63
commit 92518b1c6a
2 changed files with 6 additions and 5 deletions

View File

@ -20,6 +20,7 @@ GOFILES=\
tsig.go\
types.go\
zparse.go\
kparse.go\
xfr.go\
include $(GOROOT)/src/Make.pkg
@ -30,6 +31,9 @@ _examples:
examples:
gomake -C _examples
# yes, hardcoded path, yes ugly, yes deal with it
# yes, hardcoded path, yes ugly, yes, deal with it
zparse.go: zparse.rl types.rl
/home/miekg/svn/ragel/ragel/ragel -Z -G2 -o $@ $<
kparse.go: kparse.rl
/home/miekg/svn/ragel/ragel/ragel -Z -G2 -o $@ $<

View File

@ -1,4 +1 @@
{%%
machine k;
write data;
}%%
package dns