diff mp3lib/Makefile @ 788:214ea3f02d13

test.c added for benchmarking
author arpi_esp
date Sun, 13 May 2001 18:58:23 +0000
parents 8ee4acebff58
children 989b921361d0
line wrap: on
line diff
--- a/mp3lib/Makefile	Sun May 13 18:30:53 2001 +0000
+++ b/mp3lib/Makefile	Sun May 13 18:58:23 2001 +0000
@@ -18,6 +18,9 @@
 libMP3.a:	.depend $(OBJS)
 	$(AR) r libMP3.a $(OBJS)
 
+test:	libMP3.a test.c
+	$(CC) $(CFLAGS) test.c -o test -I.. -L. -lMP3
+
 all:	libMP3.a
 
 clean: