#!/bin/sh
# not finding ncurses_dll.h, so point to it explicitly.
CXXFLAGS="$CXXFLAGS -I/include/ncurses" \
make -j$(nproc)