From 25accc96214d5b8250151f95518b70577b9b88e0 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Sat, 5 Feb 2022 08:32:36 +0100 Subject: [PATCH] #17 install DGRemoteControl --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1b56e12..cb395a8 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ endif .PHONY: all -all: DStarGateway/dstargateway DGWRemoteControl/dgwremotecontrol tests +all: DStarGateway/dstargateway DGWRemoteControl/dgwremotecontrol #tests APRS/APRS.a: BaseCommon/BaseCommon.a FORCE $(MAKE) -C APRS @@ -89,7 +89,9 @@ newhostfiles : @wget http://www.pistar.uk/downloads/DPlus_Hosts.txt -nv -O $(DATA_DIR)/DPlus_Hosts.txt .PHONY: install -install : DStarGateway/dstargateway +install : DStarGateway/dstargateway DGWRemoteControl/dgwremotecontrol +# install remote control + $(MAKE) -C DGWRemoteControl install # create user for daemon @useradd --user-group -M --system dstar --shell /bin/false || true