diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-30 17:53:55 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-30 17:54:12 +0200 |
commit | e8e493d463a74e281c4c1b1ccce1cf6489c7596c (patch) | |
tree | 99b40623c7c16576efd07e85cbd4eff66d3bdac1 /Makefile | |
parent | move comments from links-update to README (diff) | |
download | config-links-e8e493d463a74e281c4c1b1ccce1cf6489c7596c.tar.gz config-links-e8e493d463a74e281c4c1b1ccce1cf6489c7596c.zip |
Makefile: add a comment
Diffstat (limited to '')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ test/all: test/local test/docker test/local: ./test/local/test.sh +# This is deliberately excluded from test/all, because it quite destructive. .PHONY: test/linux-home test/linux-home: ./test/linux-home/test.sh |