summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorboredpasta <boredpasta@tutanota.com>2025-01-15 01:26:49 +0200
committerboredpasta <boredpasta@tutanota.com>2025-01-15 01:27:05 +0200
commitb22b2f7551eb0b04cc1317f3df7050dfb1ee8efd (patch)
tree8cd7793d1ff600d8b67bd48dceec6061d06d989a /build
parentb7ac144cd2d242791938b51569effb7a1378a332 (diff)
Replace build script with a makefile
Diffstat (limited to 'build')
-rwxr-xr-xbuild7
1 files changed, 0 insertions, 7 deletions
diff --git a/build b/build
deleted file mode 100755
index 2c66a2d..0000000
--- a/build
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/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