move to new skeleton

This commit is contained in:
Sergio R. Caprile 2024-04-25 16:54:28 -03:00
parent b4a36a8303
commit 4eb3a1c978
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