Skip to content

Instantly share code, notes, and snippets.

View athanggupte's full-sized avatar
🧠
Brainstorming

Athang Gupte athanggupte

🧠
Brainstorming
View GitHub Profile
@athanggupte
athanggupte / premake5.lua
Created August 14, 2022 18:36
Premake script to generate Lua lang project files
target_dir = "%{wks.location}/bin"
obj_dir = "%{wks.location}/obj"
lualib_files = {
"lapi.c", "lapi.h",
"lcode.c", "lcode.h",
"lctype.c", "lctype.h",
"ldebug.c", "ldebug.h",
"ldo.c", "ldo.h",
"ldump.c",