aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2024-04-14 18:26:41 +0200
committerBenoit Germain <bnt.germain@gmail.com>2024-04-14 18:26:41 +0200
commit0d9c9bae120f92274e1c68f7abdebfcf2c24405d (patch)
treea5a11f31a00d67bc2ad964e132637a524639ef45 /Makefile
parent011898fab90103ff638c5e6608956b9817e7da13 (diff)
downloadlanes-0d9c9bae120f92274e1c68f7abdebfcf2c24405d.tar.gz
lanes-0d9c9bae120f92274e1c68f7abdebfcf2c24405d.tar.bz2
lanes-0d9c9bae120f92274e1c68f7abdebfcf2c24405d.zip
Makefile fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 868c481..72576a2 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ endif
33 33
34# Autodetect LUA 34# Autodetect LUA
35# 35#
36LUA=$(word 1,$(shell which lua5.1$(_LUAEXT)) $(shell which lua51$(_LUAEXT)) lua$(_LUAEXT)) 36LUA=$(word 1,$(shell which lua5.1$(_LUAEXT)) $(shell which lua51$(_LUAEXT)) lua$(_LUAEXT) luajit$(_LUAEXT))
37 37
38_TARGET_SO=$(_TARGET_DIR)/core.$(_SO) 38_TARGET_SO=$(_TARGET_DIR)/core.$(_SO)
39 39