]> git.localhorst.tv Git - blank.git/blobdiff - building
documented controls
[blank.git] / building
index e10bb282a4edba8644d10e703c8e2b3712a95f8f..41638628526aa965d2bce7fce02d5b3333f0b9c2 100644 (file)
--- a/building
+++ b/building
@@ -46,19 +46,3 @@ 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