diff options
| author | 2024-09-01 23:18:36 -0400 | |
|---|---|---|
| committer | 2024-09-01 23:18:36 -0400 | |
| commit | 112a83175cd87f3cedbce61a67d73e86a24d3957 (patch) | |
| tree | 49bcc3c1fa8ce5254e789c1c5685d6f0a88639be /premake5.lua | |
| parent | lunar shell logo (diff) | |
updated help and fixed SIGINT
Diffstat (limited to 'premake5.lua')
| -rw-r--r-- | premake5.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/premake5.lua b/premake5.lua index 0fec5e5..3818236 100644 --- a/premake5.lua +++ b/premake5.lua @@ -11,6 +11,7 @@ files({ "src/**.h", "src/**.c", }) +defines({ 'LUSH_VERSION="0.0.1"' }) filter("configurations:Debug") defines({ "DEBUG" }) |
