citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit b637d1765f6d2138a0e080c4b1f614ca49b47d2a
parent 7c98a82a51da389e49ec366592674263cc54c693
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sun,  3 Apr 2016 23:27:35 -0600

www: use uname for all platforms

Diffstat:
Mwww/citrun.css | 1+
Mwww/index.html | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/citrun.css b/www/citrun.css @@ -19,6 +19,7 @@ li { line-height: 1.5em; } pre { background-color: ivory; } + .prompt { color: green; } diff --git a/www/index.html b/www/index.html @@ -46,7 +46,7 @@ Debian amd64 </li> <li><img class="inline_logo" src="apple.png" alt="OS X Logo" /> - <a href="/pkg/Citrun-0.dmg">OS X x86_64 .dmg</a> + <a href="/pkg/Citrun-0.dmg">Darwin x86_64</a> </li> </ul>