summaryrefslogtreecommitdiff
path: root/libs/pwyazh/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pwyazh/build.sh')
-rwxr-xr-xlibs/pwyazh/build.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/pwyazh/build.sh b/libs/pwyazh/build.sh
new file mode 100755
index 0000000..b8ab961
--- /dev/null
+++ b/libs/pwyazh/build.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+OPTS='-DENABLE_ASSERT=1'
+CFLAGS='-g -Wall -Wextra'
+LIBS='-lm'
+
+set -x
+
+clang -o example $CFLAGS $OPTS example.c $LIBS