mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
building rater
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -2,5 +2,8 @@
|
||||
*.6
|
||||
*.pyc
|
||||
.settings
|
||||
src/inquirer/inquirer
|
||||
src/rater/rater
|
||||
inquirer
|
||||
rater
|
||||
kyoto_loader
|
||||
redis_loader
|
||||
test
|
||||
@@ -1,9 +0,0 @@
|
||||
include $(GOROOT)/src/Make.inc
|
||||
|
||||
TARG=inquirer
|
||||
GOFILES=\
|
||||
inquirer.go\
|
||||
registration/registration.go\
|
||||
responder/responder.go\
|
||||
|
||||
include $(GOROOT)/src/Make.cmd
|
||||
@@ -1,12 +0,0 @@
|
||||
include $(GOROOT)/src/Make.inc
|
||||
|
||||
TARG=rater
|
||||
GOFILES=\
|
||||
rater.go\
|
||||
registration/registration.go\
|
||||
storage/interface.go\
|
||||
storage/kyoto_storage.go\
|
||||
storage/redis_storage.go\
|
||||
timestamps/timestamps.go\
|
||||
|
||||
include $(GOROOT)/src/Make.cmd
|
||||
Reference in New Issue
Block a user