From 8c4b85b6760a454806b6f35bf59962abdc86fe4c Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 6 Oct 2018 01:10:51 +0200 Subject: Makefile(run): Add the `--daemon` flag to the executable Now that the `--daemon` flag is required to go into daemon mode instead of it happening automatically, add this flag to the `run` target to give us the same behaviour we had before. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3d575de..b804e0d 100644 --- a/Makefile +++ b/Makefile @@ -23,4 +23,4 @@ $(RUST_LIB): $(RUST_SOURCE_FILES) .PHONY: run run: build - $(DEBUG_PRODUCT) + $(DEBUG_PRODUCT) --daemon -- cgit v1.2.3