#!/bin/bash
#
# This is small script for compile hexedit
# without make (and any optimalizations). Using of it is not recommended
# and this file won't be maintained.
#
compi hexedit calculator.c -I./ -lncurses
