Merge pull request #2727 from cesanta/newskeleton

move to new skeleton
This commit is contained in:
Sergio R. Caprile 2024-04-25 17:09:13 -03:00 committed by GitHub
commit 290d48e1aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
13 changed files with 4 additions and 4 deletions

View File

@ -1 +0,0 @@
See detailed tutorial at https://mongoose.ws/tutorials/embedded-filesystem/

View File

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

View File

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

View File

@ -23,7 +23,7 @@ all: $(PROG) # Default target. Build and run program
$(RUN) ./$(PROG) $(ARGS)
$(PROG): $(SOURCES) $(FILES_TO_EMBED) # Build program from sources
$(CC) ../../test/pack.c -o $(PACK)
$(CC) ../../../test/pack.c -o $(PACK)
$(PACK) $(FILES_TO_EMBED) > packed_fs.c
$(CC) $(SOURCES) $(CFLAGS) $(CFLAGS_MONGOOSE) $(CFLAGS_EXTRA) $(OUT)

View File

@ -0,0 +1 @@
See detailed tutorial at https://mongoose.ws/tutorials/core/embedded-filesystem/

View File

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

View File

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