PROG = mcast_udp_server

ifeq ($(OS),Windows_NT)
all:
	@echo "This example is not yet supported on $(OS)"
else
include ../examples.mk
endif

clean: