mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-19 20:18:11 +08:00
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:
|