Added WriteGroup service and Channel object interfaces (#829)

This commit is contained in:
Steve Karg
2024-10-25 10:43:29 -05:00
committed by GitHub
parent 9397cfaafb
commit 3329dff337
89 changed files with 4334 additions and 1022 deletions
+4
View File
@@ -204,6 +204,10 @@ whois:
writepropm:
$(MAKE) -s -C apps $@
.PHONY: writegroup
writegroup:
$(MAKE) -s -C apps $@
.PHONY: router
router:
$(MAKE) -s -C apps $@