1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-06-07 23:33:39 +00:00

NFI where i was up to, store state.

This commit is contained in:
Alex Bramley 2011-07-17 13:14:25 +01:00
parent 762ba1e599
commit 557b178798
4 changed files with 80 additions and 58 deletions

View file

@ -7,10 +7,5 @@ include $(GOROOT)/src/Make.inc
TARG=irc/server/config
GOFILES=\
config.go\
parser.go\
include $(GOROOT)/src/Make.pkg
parser.go: parser.rl
ragel-svn -Z -G2 -o parser.go parser.rl