From 0a9ba0f24b4d60dee65dc1a78a778fb7a373001b Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Fri, 12 Jun 2015 16:58:52 +0200 Subject: Updated compile and run scripts --- compile.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 compile.sh (limited to 'compile.sh') diff --git a/compile.sh b/compile.sh new file mode 100755 index 0000000..c89b8f8 --- /dev/null +++ b/compile.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +cmake . +make -- cgit v1.2.3