Makefile 65 B

12345
  1. startdb:
  2. @testdb/setup.sh start
  3. stopdb:
  4. @testdb/setup.sh stop