From e8e493d463a74e281c4c1b1ccce1cf6489c7596c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 30 May 2023 17:53:55 +0200 Subject: Makefile: add a comment --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 23de6d3..22da0ca 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3