aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorThijs <thijs@thijsschreijer.nl>2023-11-12 23:53:26 +0100
committerThijs Schreijer <thijs@thijsschreijer.nl>2023-11-15 19:17:57 +0100
commit5f3951a942fdc4bf489d8d590bfc891ac9548a23 (patch)
tree8d0b7d2e10b45f022d8562cd974a3b7537d1dd7c /src/Makefile
parentd45768de3e6f7b28bfecf4d19b192ccac9ce5dc2 (diff)
downloadluasystem-5f3951a942fdc4bf489d8d590bfc891ac9548a23.tar.gz
luasystem-5f3951a942fdc4bf489d8d590bfc891ac9548a23.tar.bz2
luasystem-5f3951a942fdc4bf489d8d590bfc891ac9548a23.zip
feat(tty): add isatty()
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 119f95e..b4ed16f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -217,7 +217,7 @@ LUALIB= $(LUALIB_$(PLAT))
217#------ 217#------
218# Objects 218# Objects
219# 219#
220OBJS=core.$(O) compat.$(O) time.$(O) environment.$(O) random.$(O) 220OBJS=core.$(O) compat.$(O) time.$(O) environment.$(O) random.$(O) term.$(O)
221 221
222#------ 222#------
223# Targets 223# Targets