From 44eb727dc537403be092326639a5b7c6d7182146 Mon Sep 17 00:00:00 2001 From: dacctal Date: Sat, 2 May 2026 08:38:13 +0000 Subject: fixed like half of everything idk, you can install stuff now --- bldit.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'bldit.lua') diff --git a/bldit.lua b/bldit.lua index 6d624c3..bb9b12e 100644 --- a/bldit.lua +++ b/bldit.lua @@ -5,14 +5,14 @@ global_dependencies = {} targets = { default = { - dependencies = {} - compile = function(name) + dependencies = {}, + build = function(name) os.execute("make") - end - pre_install = function() end + end, + pre_install = function() end, install = function(prefix) os.execute("make install") - end - post_install = function() end + end, + post_install = function() end, } } -- cgit v1.2.3