diff options
author | Teddy Wing | 2018-10-06 01:10:51 +0200 |
---|---|---|
committer | Teddy Wing | 2018-10-06 01:10:51 +0200 |
commit | 8c4b85b6760a454806b6f35bf59962abdc86fe4c (patch) | |
tree | 0add0bfd405d621f5022387135585beb14093bdc /Makefile | |
parent | ae4e7c53e7453e0399baab82bd4a6c2d83c8c167 (diff) | |
download | DomeKey-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,4 +23,4 @@ $(RUST_LIB): $(RUST_SOURCE_FILES) .PHONY: run run: build - $(DEBUG_PRODUCT) + $(DEBUG_PRODUCT) --daemon |