From f9953967e2a4640e5e08a5c53d4057ccf4209b72 Mon Sep 17 00:00:00 2001 From: anon Date: Sat, 26 Aug 2023 01:15:48 +0200 Subject: [PATCH] COMPILECMD --- tests/vector.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/vector.c b/tests/vector.c index bfcc9ee..b60d6cb 100644 --- a/tests/vector.c +++ b/tests/vector.c @@ -1,3 +1,4 @@ +// @COMPILECMD gcc $@ -o vector.out #include #include #include