From b7ac144cd2d242791938b51569effb7a1378a332 Mon Sep 17 00:00:00 2001 From: noodle Date: Mon, 10 Jul 2023 15:40:08 +0300 Subject: Add files --- build | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 build (limited to 'build') diff --git a/build b/build new file mode 100755 index 0000000..2c66a2d --- /dev/null +++ b/build @@ -0,0 +1,7 @@ +#!/bin/sh -e +options="" +options="${options} -g3 -O0" +options="${options} -Weverything -Wno-declaration-after-statement -Wno-padded -Wno-disabled-macro-expansion" +options="${options} -std=c99 -Wpedantic -pedantic-errors" +options="${options} $(pkg-config --cflags --libs ncurses)" +clang $options -lm -o fun_menu fun_menu.c utils.c richwin.c stack.c cycle.c -- cgit v1.2.3