builder is happy
This commit is contained in:
parent
0e734bd4e8
commit
02c42045c2
9
Makefile
9
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue