#!/bin/bash
gcc -Wall -o ../../bin/test -g -lncurses test.c
gcc -Wall -o ../../bin/test2 -g -lncurses -lpanel test2.c
gcc -Wall -o ../../bin/test3 -g -lncurses -lpanel test3.c