mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-19 22:28:45 +05:00
12 lines
204 B
Makefile
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
|