You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -247,12 +247,12 @@ poetry run python \
247
247
```
248
248
249
249
## 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.
251
251
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
0 commit comments