From 02c42045c24d9b691bc0720974c012af85b49e51 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Fri, 11 Jun 2021 19:34:00 +0200 Subject: [PATCH] builder is happy --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) 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 +