aboutsummaryrefslogtreecommitdiff
path: root/vendor/gopkg.in/mgo.v2/Makefile
blob: 51bee73225507f360c2310436f7f93693edd7706 (plain)
1
2
3
4
5
startdb:
	@testdb/setup.sh start

stopdb:
	@testdb/setup.sh stop