diff libtests/0030/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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libtests/0030/Makefile	Wed Nov 12 10:21:06 2008 +0000
@@ -0,0 +1,13 @@
+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