This commit is contained in:
Sergio R. Caprile 2023-02-15 15:22:46 -03:00
parent 9deaa81a72
commit 9ec064f9d9
3 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,8 @@
SOURCES = ../../mongoose.c main.c net.c packed_fs.c
SOURCES = mongoose.c main.c net.c packed_fs.c
CFLAGS = -W -Wall -Wextra -g
# Mongoose build options. See https://mongoose.ws/documentation/#build-options
CFLAGS += -I ../.. -DMG_ENABLE_PACKED_FS=1
CFLAGS += -DMG_ENABLE_PACKED_FS=1
ifeq ($(OS),Windows_NT)
# Windows settings. Assume MinGW compiler

View File

@ -0,0 +1 @@
../../mongoose.c

View File

@ -0,0 +1 @@
../../mongoose.h