summaryrefslogtreecommitdiffstats
path: root/mp3lib/Makefile
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-13 19:18:52 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-13 19:18:52 +0000
commitb304b3bc9326f4c219b90049b4342b064e4ede04 (patch)
tree3374e6799d176d9ec807b2f0c620f1af23ee4bd8 /mp3lib/Makefile
parent20053431c922198128111106d0e675a889937db5 (diff)
downloadmpv-b304b3bc9326f4c219b90049b4342b064e4ede04.tar.bz2
mpv-b304b3bc9326f4c219b90049b4342b064e4ede04.tar.xz
test2 added for playback test, testreanmed to test1 to make Atmosfear happy...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@790 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib/Makefile')
-rw-r--r--mp3lib/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/mp3lib/Makefile b/mp3lib/Makefile
index e05bd8cc1f..575a0756ba 100644
--- a/mp3lib/Makefile
+++ b/mp3lib/Makefile
@@ -18,8 +18,11 @@ 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
+test1: libMP3.a test.c
+ $(CC) $(CFLAGS) test.c -o test1 -I.. -L. -lMP3
+
+test2: libMP3.a test2.c
+ $(CC) $(CFLAGS) test2.c -o test2 -I.. -L. -lMP3
all: libMP3.a