#20 Comment timeserver

pull/32/head
Geoffrey Merck 4 years ago
parent 2eeb3336a5
commit dc989239f9

10
.vscode/tasks.json vendored

@ -13,7 +13,10 @@
"USE_GPSD=1", "USE_GPSD=1",
"all" "all"
], ],
"group": "build", "group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [] "problemMatcher": []
}, },
{ {
@ -65,10 +68,7 @@
"USE_GPSD=1", "USE_GPSD=1",
"DGWTimeServer/dgwtimeserver" "DGWTimeServer/dgwtimeserver"
], ],
"group": { "group": "build",
"kind": "build",
"isDefault": true
},
"problemMatcher": [] "problemMatcher": []
}, },
{ {

@ -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 DGWTimeServer/dgwtimeserver: VersionInfo/GitVersion.h $(OBJS) DStarBase/DStarBase.a BaseCommon/BaseCommon.a FORCE
$(MAKE) -C DGWTimeServer $(MAKE) -C DGWTimeServer
echo bla
DGWVoiceTransmit/dgwvoicetransmit: VersionInfo/GitVersion.h $(OBJS) DStarBase/DStarBase.a BaseCommon/BaseCommon.a FORCE DGWVoiceTransmit/dgwvoicetransmit: VersionInfo/GitVersion.h $(OBJS) DStarBase/DStarBase.a BaseCommon/BaseCommon.a FORCE
$(MAKE) -C DGWVoiceTransmit $(MAKE) -C DGWVoiceTransmit

Loading…
Cancel
Save

Powered by TurnKey Linux.