diff options
| author | dacctal <dacctal@symlinx.net> | 2026-05-28 20:43:55 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-05-28 20:43:55 +0000 |
| commit | 4b9bdde6d7fefbf988160d26b376d330de48c5bd (patch) | |
| tree | c07bbbbad248b5db02cf6c2fe6b912c95bed67f0 /bldit.lua | |
| parent | bfddd2a02dfc9e0eb0d45495afb92f0294348fd3 (diff) | |
bldit idk
Diffstat (limited to 'bldit.lua')
| -rw-r--r-- | bldit.lua | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1,18 +1,13 @@ bldit_version = "0.0.0" package_version = "0.0.0" -global_dependencies = {} - targets = { default = { - dependencies = {}, build = function(name) os.execute("make") end, - pre_install = function() end, install = function(prefix) os.execute("make install") end, - post_install = function() end, } } |
