make run-cli
This commit is contained in:
parent
97868beb39
commit
67d78dfaec
4
Makefile
4
Makefile
|
@ -31,7 +31,7 @@ SERVEROBJ= $(BINDIR)/scheduler.o $(BINDIR)/server.o $(BINDIR)/localworker.o \
|
|||
CLIOBJ= $(BINDIR)/cli.o
|
||||
|
||||
.DEFAULT_GOAL:= all
|
||||
.PHONY: all clean deb tests install run
|
||||
.PHONY: all clean deb tests install run run-cli run-tests
|
||||
|
||||
# ---- Tests enumeration ----------------------------------------------------- #
|
||||
TEST_SCHEDULER=$(BINDIR)/tests/centers
|
||||
|
@ -90,6 +90,8 @@ install:
|
|||
# ---- Builder uses this target to run your application ---------------------- #
|
||||
run: all
|
||||
bin/gem-graph-server
|
||||
run-cli: all
|
||||
bin/gem-graph-ctl
|
||||
run-tests: tests
|
||||
bin/tests/scheduler
|
||||
|
||||
|
|
Loading…
Reference in New Issue