mongoose/examples/multithreaded_restful_server/Makefile
Alexander Alashkin df311203dc Fix mongoose/examples compilation with mingw
PUBLISHED_FROM=46800f43ba03082cc589d70e6118d754f4cdc9d0
2016-03-10 13:11:22 +01:00

5 lines
112 B
Makefile

PROG = multithreaded_restful_server
MODULE_CFLAGS = -DMG_ENABLE_THREADS
SSL_LIB=open_ssl
include ../examples.mk