From 24cf44a822fef8c16cc4bc099c75582807204cb7 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Tue, 24 May 2016 15:40:57 +0000
Subject: [PATCH] Removed some non essential and experimental files

---
 build.sh |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/build.sh b/build.sh
index 1a24bc2..2ac3b5a 100755
--- a/build.sh
+++ b/build.sh
@@ -5,6 +5,7 @@
 automake -ac
 autoconf
 ./configure
+make clean
 make
-make install
+sudo make install
 

--
Gitblit v1.9.3