diff options
| author | dacctal <dacctalyt@gmail.com> | 2026-04-22 04:31:45 +0000 |
|---|---|---|
| committer | dacctal <dacctalyt@gmail.com> | 2026-04-22 04:31:45 +0000 |
| commit | af89c510b1bf83bf982ccfb1028f26e515de338c (patch) | |
| tree | b411a2b3ec26f2fa670e12ae73cdbca15462766a /bldit.lua | |
| parent | 131a67b1233a1b451348bd6b8533d811d10f4b75 (diff) | |
added default config & fixed headers
Diffstat (limited to 'bldit.lua')
| -rw-r--r-- | bldit.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,9 +6,9 @@ global_dependencies = {} targets = { default = { dependencies = {} - compile = function() os.execute("make") end + compile = function(name) os.execute("make") end pre_install = function() end - install = function() os.execute("make install") end + install = function(prefix) os.execute("make install") end post_install = function() end } } |
