From bd49bd525f4c6c6c15c4142bf42d1dd38be6fc16 Mon Sep 17 00:00:00 2001 From: pryazha Date: Sun, 19 Jan 2025 17:33:44 +0500 Subject: initial commit --- libs/pwyazh/build.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 libs/pwyazh/build.sh (limited to 'libs/pwyazh/build.sh') 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 -- cgit v1.2.3