From 63a80df4e2bbae97391ee0635004dae487e22ff9 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Fri, 10 Mar 2023 15:10:04 +0100 Subject: [PATCH] apps/examples/hello_zig/Makefile: fix nxstyle fix error: Relative file path does not match actual file --- examples/hello_zig/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello_zig/Makefile b/examples/hello_zig/Makefile index 2fb4baabe..a1657034b 100644 --- a/examples/hello_zig/Makefile +++ b/examples/hello_zig/Makefile @@ -1,5 +1,5 @@ ############################################################################ -# apps/examples/hello_zig/Make.defs +# apps/examples/hello_zig/Makefile # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with