diff options
Diffstat (limited to 'vendor/gopkg.in/mgo.v2/Makefile')
-rw-r--r-- | vendor/gopkg.in/mgo.v2/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/gopkg.in/mgo.v2/Makefile b/vendor/gopkg.in/mgo.v2/Makefile new file mode 100644 index 0000000..51bee73 --- /dev/null +++ b/vendor/gopkg.in/mgo.v2/Makefile @@ -0,0 +1,5 @@ +startdb: + @testdb/setup.sh start + +stopdb: + @testdb/setup.sh stop |