Skip to content

Commit

Permalink
move to new skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
scaprile committed Apr 25, 2024
1 parent b4a36a8 commit 4eb3a1c
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion examples/embedded-filesystem/README.md

This file was deleted.

1 change: 0 additions & 1 deletion examples/embedded-filesystem/mongoose.c

This file was deleted.

1 change: 0 additions & 1 deletion examples/embedded-filesystem/mongoose.h

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 1 addition & 0 deletions tutorials/core/embedded-filesystem/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
See detailed tutorial at https://mongoose.ws/tutorials/core/embedded-filesystem/
File renamed without changes.
1 change: 1 addition & 0 deletions tutorials/core/embedded-filesystem/mongoose.c
1 change: 1 addition & 0 deletions tutorials/core/embedded-filesystem/mongoose.h
File renamed without changes.

0 comments on commit 4eb3a1c

Please sign in to comment.