6 lines
65 B
Makefile
6 lines
65 B
Makefile
startdb:
|
|
@testdb/setup.sh start
|
|
|
|
stopdb:
|
|
@testdb/setup.sh stop
|