summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.sh b/build.sh
index 65ccc2b..6262479 100755
--- a/build.sh
+++ b/build.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
compiler='gcc'
@@ -21,9 +21,9 @@ debug_cflags='
'
include="
--Ilib
--Ilib/prge
--Ilib/prb
+-Ilibs
+-Ilibs/prge
+-Ilibs/prb
"
lflags=''