goirc/server/config/Makefile

17 lines
345 B
Makefile
Raw Normal View History

# 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=irc/server/config
GOFILES=\
config.go\
2010-11-28 16:39:25 +00:00
parser.go\
include $(GOROOT)/src/Make.pkg
2010-11-28 16:39:25 +00:00
parser.go: parser.rl
ragel-svn -Z -G2 -o parser.go parser.rl
2010-11-28 16:39:25 +00:00