summaryrefslogtreecommitdiff
path: root/shared/memzip/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'shared/memzip/README.md')
-rw-r--r--shared/memzip/README.md8
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)