diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-02 19:25:55 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-02 19:26:21 +0100 |
commit | 4f7d1526ad46a5f02a9e782d80ace5b7ea09c83b (patch) | |
tree | fa3ddf39a30c233057ed0b5b7ca66953909f3763 /Makefile | |
parent | README: update (diff) | |
download | config-links-4f7d1526ad46a5f02a9e782d80ace5b7ea09c83b.tar.gz config-links-4f7d1526ad46a5f02a9e782d80ace5b7ea09c83b.zip |
Makefile: add a comment
Diffstat (limited to '')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -42,5 +42,9 @@ test/docker/%: DO docker-compose run --rm test && \ docker-compose down -v +# Xenial has bash 4.3, which doesn't support inherit_errexit, which is a good +# thing to test against. +# +# Keep the list repositories synced with the GitHub actions workflow. .PHONY: test/docker test/docker: test/docker/xenial test/docker/focal |