aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-03-21 16:16:33 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-03-21 16:16:33 -0400
commit0ef96cb3c0d79ecd1ca4a1f04b58ee6dd0e03586 (patch)
tree4ed86bf5ee7b33fd258c692b7d877bc2574dccf1 /Makefile
parent0b76011a45b421b1473e9be75e538d3ceadf1140 (diff)
Fix issue with constant initializers for metamethods
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 54b62b45..e1520979 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,4 @@
+SHELL := /bin/bash
PREFIX=/usr
VERSION=0.0.1
CC=gcc