mongoose/examples/mcast_udp_server/Makefile

11 lines
148 B
Makefile
Raw Normal View History

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