aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlendi <slendi@socopon.com>2024-01-12 23:58:22 +0200
committerSlendi <slendi@socopon.com>2024-01-12 23:58:22 +0200
commitf30b68d27370d8c95e214d241cd65da69ab2bddc (patch)
tree4474bf4a0f8a9735230cd0bccd07126840cae099
parent32feedeaca6492bf4bc5ffd68877e05cac8ad59a (diff)
Do not use a shebang, clang-format and compilers don't like it
Signed-off-by: Slendi <slendi@socopon.com>
-rwxr-xr-xtest_project/build.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/test_project/build.c b/test_project/build.c
index 79e3f2a..911b7fc 100755
--- a/test_project/build.c
+++ b/test_project/build.c
@@ -1,4 +1,9 @@
-#!/usr/bin/env -S tcc -I.. -run
+#if 0
+#How to compile and run
+tcc -I.. -run build.c $@
+exit
+#endif
+
#define CBUILD_IMPLEMENTATION
#include <cbuild.h>