Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroflag committed Dec 26, 2024
1 parent 43ae0a8 commit eab09fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ LUA = lua5.4
TEST_FILES = $(wildcard test_*.lua)
REPL = repl.lua

ifeq ($(shell command -v $(LUA) 2>/dev/null),)
LUA = lua
endif

# Default target
all: test

Expand Down

0 comments on commit eab09fc

Please sign in to comment.