#!/bin/sh


CC=gcc

main:
	$(CC) -g -o  avl-test avl-test.c bmpfonttest.c bmpfonttest.h -lminigui -lpthread -ljpeg -lpng


