diff options
| author | dacctal <dacctal@symlinx.net> | 2026-04-24 18:45:33 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-04-24 18:45:33 +0000 |
| commit | d44c76aed308adb94047c9f7d734dc88bd691d4f (patch) | |
| tree | c5f5632ab3368c0aa53a45c1eef7433aac3beb95 /bldit.lua | |
| parent | 0da4a4a7426239c44ff6401426f23d12057ec809 (diff) | |
single-file config
Diffstat (limited to 'bldit.lua')
| -rw-r--r-- | bldit.lua | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -6,9 +6,13 @@ global_dependencies = {} targets = { default = { dependencies = {} - compile = function(name) os.execute("make") end + compile = function(name) + os.execute("make") + end pre_install = function() end - install = function(prefix) os.execute("make install") end + install = function(prefix) + os.execute("make install") + end post_install = function() end } } |
