aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordacctal <120422854+dacctal@users.noreply.github.com>2026-03-14 12:11:52 +0000
committerdacctal <120422854+dacctal@users.noreply.github.com>2026-03-14 12:11:52 +0000
commit2a6b92ed130ade1ea7542ee210e6957427a0aa81 (patch)
tree1e235b2116feddd3dcde0db9135ce9871801e2f3 /Makefile
parent97d70a6f8252b15928ca7f51386df791dedf0067 (diff)
lua build system integration
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e02bad1..63d8a1a 100644
--- a/Makefile
+++ b/Makefile
@@ -12,3 +12,8 @@ pkgit: src/main.cc
install: pkgit
install -d $(DESTDIR)$(PREFIX)/bin
install -m 755 pkgit $(DESTDIR)$(PREFIX)/bin/pkgit
+
+
+luatest: src/lua_build.cc
+ $(CC) -o luatest src/lua_build.cc -I"./include" $(CXXFLAGS)
+ chmod +x luatest