aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorbakpakin <calsrose@gmail.com>2023-06-25 17:26:36 -0500
committerbakpakin <calsrose@gmail.com>2023-06-25 17:29:09 -0500
commit4b7b285aa9eb57a23c9a29b377f90d95151f639b (patch)
treed18d6253a177328e3bc4fff7584f13225e219559 /Makefile
parentSquashed commit of the following: (diff)
Remove MSVC compiler warning.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 85b2a7ba..a0e8e819 100644
--- a/Makefile
+++ b/Makefile
@@ -357,7 +357,7 @@ uninstall:
#################
format:
- tools/format.sh
+ sh tools/format.sh
grammar: build/janet.tmLanguage
build/janet.tmLanguage: tools/tm_lang_gen.janet $(JANET_TARGET)