]> git.localhorst.tv Git - blank.git/blobdiff - building
control (some) application parameters via cmdline
[blank.git] / building
index 41638628526aa965d2bce7fce02d5b3333f0b9c2..e10bb282a4edba8644d10e703c8e2b3712a95f8f 100644 (file)
--- a/building
+++ b/building
@@ -46,3 +46,19 @@ CPPFLAGS, CXXFLAGS, LDXXFLAGS:
 
 DEBUG_FLAGS, PROFILE_FLAGS, RELEASE_FLAGS:
        flags for building binaries in debug, profile, and release mode
+
+
+Running
+=======
+
+blank
+       normal execution
+
+blank <n>
+       terminate after <n> frames
+
+blank -t <t>
+       terminate after <t> milliseconds
+
+blank <n> -t <t>
+       terminate after n frames, assume <t> milliseconds pass each frame