mongoose/examples/multithreaded_restful_server/Makefile

5 lines
112 B
Makefile
Raw Normal View History

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