summaryrefslogtreecommitdiffstats
path: root/mp3lib/Makefile
diff options
context:
space:
mode:
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