diff --git a/Makefile b/Makefile index bf3d151..59d2495 100644 --- a/Makefile +++ b/Makefile @@ -57,3 +57,12 @@ $(BINDIR)/gem-graph-server.deb: all rm -rf gem-graph-server deb: $(BINDIR)/gem-graph-server.deb + +# ---- Builder will call this to install the application before running ------ # +install: + echo "Installing is not supported" + +# ---- Builder uses this target to run your application ---------------------- # +run: + bin/gem-graph-server +