mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-13 07:59:00 +08:00
04012760d1
PUBLISHED_FROM=c5f6b0c64bc1e43030743b6aae5d06ae231df5dc
11 lines
148 B
Makefile
11 lines
148 B
Makefile
PROG = mcast_udp_server
|
|
|
|
ifeq ($(OS),Windows_NT)
|
|
all:
|
|
@echo "This example is not yet supported on $(OS)"
|
|
else
|
|
include ../examples.mk
|
|
endif
|
|
|
|
clean:
|