mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-24 02:59:01 +08:00
move to new skeleton
This commit is contained in:
parent
b4a36a8303
commit
4eb3a1c978
@ -1 +0,0 @@
|
|||||||
See detailed tutorial at https://mongoose.ws/tutorials/embedded-filesystem/
|
|
@ -1 +0,0 @@
|
|||||||
../../mongoose.c
|
|
@ -1 +0,0 @@
|
|||||||
../../mongoose.h
|
|
@ -23,7 +23,7 @@ all: $(PROG) # Default target. Build and run program
|
|||||||
$(RUN) ./$(PROG) $(ARGS)
|
$(RUN) ./$(PROG) $(ARGS)
|
||||||
|
|
||||||
$(PROG): $(SOURCES) $(FILES_TO_EMBED) # Build program from sources
|
$(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
|
$(PACK) $(FILES_TO_EMBED) > packed_fs.c
|
||||||
$(CC) $(SOURCES) $(CFLAGS) $(CFLAGS_MONGOOSE) $(CFLAGS_EXTRA) $(OUT)
|
$(CC) $(SOURCES) $(CFLAGS) $(CFLAGS_MONGOOSE) $(CFLAGS_EXTRA) $(OUT)
|
||||||
|
|
1
tutorials/core/embedded-filesystem/README.md
Normal file
1
tutorials/core/embedded-filesystem/README.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
See detailed tutorial at https://mongoose.ws/tutorials/core/embedded-filesystem/
|
1
tutorials/core/embedded-filesystem/mongoose.c
Symbolic link
1
tutorials/core/embedded-filesystem/mongoose.c
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../../../mongoose.c
|
1
tutorials/core/embedded-filesystem/mongoose.h
Symbolic link
1
tutorials/core/embedded-filesystem/mongoose.h
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../../../mongoose.h
|
Loading…
Reference in New Issue
Block a user