aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTeddy Wing2018-10-06 01:10:51 +0200
committerTeddy Wing2018-10-06 01:10:51 +0200
commit8c4b85b6760a454806b6f35bf59962abdc86fe4c (patch)
tree0add0bfd405d621f5022387135585beb14093bdc /Makefile
parentae4e7c53e7453e0399baab82bd4a6c2d83c8c167 (diff)
downloadDomeKey-8c4b85b6760a454806b6f35bf59962abdc86fe4c.tar.bz2
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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