diff options
| author | Damien George <damien@micropython.org> | 2021-07-09 14:19:15 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2021-07-12 17:08:10 +1000 |
| commit | 136369d72f5b99ec23c9c9f178a590bde968e2ee (patch) | |
| tree | 6d75116e1e11a4fbd5bf9765062350016e303375 /shared/memzip | |
| parent | 4d546713ec8858cbf908de45de11cbfc46a20971 (diff) | |
all: Update to point to files in new shared/ directory.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'shared/memzip')
| -rw-r--r-- | shared/memzip/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shared/memzip/README.md b/shared/memzip/README.md index 287d0fc48..3938e3198 100644 --- a/shared/memzip/README.md +++ b/shared/memzip/README.md @@ -10,13 +10,13 @@ a C file which contains the data from the zip file. A typical addition to a makefile would look like: ``` SRC_C += \ - lib/memzip/import.c \ - lib/memzip/lexermemzip.c \ - lib/memzip/memzip.c \ + shared/memzip/import.c \ + shared/memzip/lexermemzip.c \ + shared/memzip/memzip.c \ OBJ += $(BUILD)/memzip-files.o -MAKE_MEMZIP = ../lib/memzip/make-memzip.py +MAKE_MEMZIP = ../shared/memzip/make-memzip.py $(BUILD)/memzip-files.o: $(BUILD)/memzip-files.c $(call compile_c) |
