Files
cgrates/src/rater/Makefile
2012-01-25 16:43:56 +02:00

12 lines
204 B
Makefile

include $(GOROOT)/src/Make.inc
TARG=rater
GOFILES=\
rater.go\
registration/registration.go\
storage/interface.go\
storage/kyoto_storage.go\
storage/redis_storage.go\
include $(GOROOT)/src/Make.cmd