summaryrefslogtreecommitdiffstats
path: root/mp3lib/Makefile
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-13 18:58:23 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-13 18:58:23 +0000
commit20053431c922198128111106d0e675a889937db5 (patch)
tree71b23c944c8a705ecff71665f566f8c3f496ec9a /mp3lib/Makefile
parent736949705076c89d0dd9ea14af7361b1d8802f0a (diff)
downloadmpv-20053431c922198128111106d0e675a889937db5.tar.bz2
mpv-20053431c922198128111106d0e675a889937db5.tar.xz
test.c added for benchmarking
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@789 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib/Makefile')
-rw-r--r--mp3lib/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/mp3lib/Makefile b/mp3lib/Makefile
index c897b63c56..e05bd8cc1f 100644
--- a/mp3lib/Makefile
+++ b/mp3lib/Makefile
@@ -18,6 +18,9 @@ CFLAGS = $(OPTFLAGS)
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: