view libtests/0034/Makefile @ 355:94c18f128ce8

First version of the API, committed to the main trunk. Thanks Christophe, for all the help!
author mas01ik
date Wed, 12 Nov 2008 10:21:06 +0000
parents
children
line wrap: on
line source
CC=gcc
CFLAGS+=-O3 -g
RM=rm -rf


all:	test1


test1:	prog1.c 
	gcc -Wall -o test1 prog1.c -laudioDB_API -L../..

clean:
	$(RM) test1