From dc989239f9080b1df456fef5c010ae2ada6f05ec Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Sat, 12 Feb 2022 06:57:12 +0100 Subject: [PATCH] #20 Comment timeserver --- .vscode/tasks.json | 10 +++++----- Makefile | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 0545c42..88ce123 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -13,7 +13,10 @@ "USE_GPSD=1", "all" ], - "group": "build", + "group": { + "kind": "build", + "isDefault": true + }, "problemMatcher": [] }, { @@ -65,10 +68,7 @@ "USE_GPSD=1", "DGWTimeServer/dgwtimeserver" ], - "group": { - "kind": "build", - "isDefault": true - }, + "group": "build", "problemMatcher": [] }, { diff --git a/Makefile b/Makefile index d48596c..8f8d3b5 100644 --- a/Makefile +++ b/Makefile @@ -65,6 +65,7 @@ DGWTextTransmit/dgwtexttransmit: VersionInfo/GitVersion.h $(OBJS) DStarBase/DSta DGWTimeServer/dgwtimeserver: VersionInfo/GitVersion.h $(OBJS) DStarBase/DStarBase.a BaseCommon/BaseCommon.a FORCE $(MAKE) -C DGWTimeServer + echo bla DGWVoiceTransmit/dgwvoicetransmit: VersionInfo/GitVersion.h $(OBJS) DStarBase/DStarBase.a BaseCommon/BaseCommon.a FORCE $(MAKE) -C DGWVoiceTransmit