Created simple project for GTK BACnet Discovery Application. (#1064)

This commit is contained in:
Steve Karg
2025-08-07 17:16:34 -05:00
committed by GitHub
parent 11c1338863
commit 3f89981b29
6 changed files with 957 additions and 0 deletions
+4
View File
@@ -369,6 +369,10 @@ xplained-clean: ports/xplained/Makefile
mstpsnap: ports/linux/mstpsnap.mak
$(MAKE) -s -C ports/linux -f mstpsnap.mak clean all
.PHONY: gtk-discover
gtk-discover:
$(MAKE) LEGACY=true -s -C apps $@
.PHONY: dlmstp-linux
dlmstp-linux: ports/linux/dlmstp.mak
$(MAKE) -s -C ports/linux -f dlmstp.mak clean all