From 9ba3ccd51d94e2db6920351eccb9050d1a2c41e1 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 10 Jul 2026 05:19:06 -0400 Subject: 6502: Lua bindings for testing --- 6502/test/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 6502/test/Makefile (limited to '6502/test/Makefile') diff --git a/6502/test/Makefile b/6502/test/Makefile new file mode 100644 index 0000000..2a6436e --- /dev/null +++ b/6502/test/Makefile @@ -0,0 +1,4 @@ +.PHONY: test + +test: + @LUA_PATH=./deps/?.lua LUA_CPATH=../?.so ./deps/fennel test.fnl -- cgit v1.3.1