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, 0 insertions, 8 deletions
diff --git a/libs/pwyazh/build.sh b/libs/pwyazh/build.sh
deleted file mode 100755
index b8ab961..0000000
--- a/libs/pwyazh/build.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-OPTS='-DENABLE_ASSERT=1'
-CFLAGS='-g -Wall -Wextra'
-LIBS='-lm'
-
-set -x
-
-clang -o example $CFLAGS $OPTS example.c $LIBS