Browse Source

Rename example config and add demo_shell make target

Seth Falcon 12 years ago
parent
commit
649dc8c1b7
2 changed files with 3 additions and 0 deletions
  1. 3 0
      Makefile
  2. 0 0
      pooler-example.config

+ 3 - 0
Makefile

@@ -20,3 +20,6 @@ clean:
 
 distclean: clean
 	@rebar delete-deps
+
+demo_shell: compile test
+	@erl -pa .eunit ebin -config pooler-example -s pooler manual_start

+ 0 - 0
pooler.config.example → pooler-example.config