diff --git a/Makefile b/Makefile index 4cc321b..b0f0f92 100644 --- a/Makefile +++ b/Makefile @@ -108,6 +108,10 @@ install: # ---- Builder uses this target to run the application ----------------------- # run: all bin/gem-graph-server +run-both: all + bin/gem-graph-server & sleep 1 && bin/gem-graph-ctl +run-server: all + bin/gem-graph-server run-cli: all bin/gem-graph-ctl run-tests: tests