aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2025-06-27 09:20:47 +0200
committerPjotr Prins2025-06-27 09:20:47 +0200
commitd7972ab1179cb051de99d67a5c907f201458cef6 (patch)
tree7ecd256fecbd03e45952884f31519fb0cde4f753
parent0469e7aa533aab9cdbc03f9772ada24420a6d854 (diff)
downloadpangemma-d7972ab1179cb051de99d67a5c907f201458cef6.tar.gz
premake: doc
-rw-r--r--premake5.lua11
1 files changed, 9 insertions, 2 deletions
diff --git a/premake5.lua b/premake5.lua
index 560eb2a..b1bca78 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -1,6 +1,13 @@
--- Run with
+-- Build with
+--
+-- premake5 gmake2 && make verbose=1 config=debug
+--
+-- Or
+--
+-- premake5 gmake2 && make verbose=1 config=release
+--
+-- Run
--
--- premake5 gmake2 && make verbose=1
-- LD_LIBRARY_PATH=$GUIX_ENVIRONMENT/lib ./build/bin/Debug/PanGemma
workspace "PanGemma"