Makefile 148 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 PROG = mcast_udp_server ifeq ($(OS),Windows_NT) all: @echo "This example is not yet supported on $(OS)" else include ../examples.mk endif clean: