mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-21 05:21:03 +08:00
4 lines
111 B
Makefile
4 lines
111 B
Makefile
|
PROG = simplest_web_server
|
||
|
MODULE_CFLAGS=-DMG_DISABLE_DAV_AUTH -DMG_ENABLE_FAKE_DAVLOCK
|
||
|
include ../examples.mk
|