Skip to content

Commit 88fc2f6

Browse files
committed
update readme
1 parent fce01b4 commit 88fc2f6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,12 +247,12 @@ poetry run python \
247247
```
248248

249249
## Common makefile targets
250-
The common makefiles are defined in `src/base/.devcontainer/makefiles` and are included from `common.mk`.
250+
There are a set of common Makefiles that are defined in `src/base/.devcontainer/makefiles` and are included from `common.mk` that are installed to all built container images.
251251

252-
You should add this to the end of project Makefile to include them
252+
This should be added to the end of each projects Makefile to include them
253253
```
254254
%:
255-
@$(MAKE) -f /usr/local/share/eps/makefiles/common.mk $@
255+
@$(MAKE) -f /usr/local/share/eps/Mk/common.mk $@
256256
```
257257

258258
Build targets (`build.mk`)

0 commit comments

Comments
 (0)