#!/bin/sh

gcc daemon.c -o daemon -I/usr/local/include -L/usr/local/lib -lusb -pthread

gcc client.c -o client -lcurses
