#!/bin/sh


CC=gcc

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