From b28d8991a5f2306069e2bde4842c8e23b3c30102 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Sun, 2 Sep 2018 13:06:27 +0100 Subject: [PATCH] Fix GUI install. --- MakefileGUI | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MakefileGUI b/MakefileGUI index 95c6792..d3559a1 100644 --- a/MakefileGUI +++ b/MakefileGUI @@ -25,7 +25,7 @@ Common/Common.a: install: all make -C Data install - make -C DStarRepeater install + make -C DStarRepeater -f MakefileGUI install make -C DStarRepeaterConfig install clean: