view libtests/0003/Makefile @ 360:8749d5bf6361 gcc-4.3-cleanups

one more bit of const correctness.
author mas01cr
date Wed, 12 Nov 2008 13:05:12 +0000
parents 94c18f128ce8
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