#!/bin/bash
code="$PWD"
opts="-g -Wno-switch"
mkdir -p build
cd build
echo printinput
clang $opts $code/src/printinput.main.c -lncurses -o printinput