about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2024-04-05 13:38:35 -0500
committerCase Duckworth2024-04-05 13:38:35 -0500
commitcfcdffc4281b485b428db376a306e65b1955a042 (patch)
tree18c696552410951b477207360c4b9aa36635bf25
parentFix reading from files ... i'm PRETTY sure (diff)
downloadlam-cfcdffc4281b485b428db376a306e65b1955a042.tar.gz
lam-cfcdffc4281b485b428db376a306e65b1955a042.zip
require repl in makefile
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 617a695..3495163 100644 --- a/Makefile +++ b/Makefile
@@ -5,7 +5,8 @@ LUA ?= rlwrap luajit \
5 -e 'type = require "type"' \ 5 -e 'type = require "type"' \
6 -e 'utf8 = require "utf8"' \ 6 -e 'utf8 = require "utf8"' \
7 -e 'util = require "util"' \ 7 -e 'util = require "util"' \
8 -e 'test = require "test"' 8 -e 'test = require "test"' \
9 -e 'repl = require "repl"'
9 10
10.PHONY: luarepl 11.PHONY: luarepl
11luarepl: 12luarepl: