PREFIX	= /usr/local
LIBDIR	= $(PREFIX)/lib
INCSDIR	= $(PREFIX)/include

example:
	$(CC) -o example example.c -I$(INCDIR) -L$(LIBDIR) -lshhopt
