Makefile 111 Bytes
Newer Older
1
PROG = multithreaded_restful_server
2
MODULE_CFLAGS = -DMG_ENABLE_THREADS
Alexander Alashkin's avatar
Alexander Alashkin committed
3
SSL_LIB=openssl
4
include ../examples.mk