diff mp3lib/Makefile @ 789:989b921361d0

test2 added for playback test, testreanmed to test1 to make Atmosfear happy...
author arpi_esp
date Sun, 13 May 2001 19:18:52 +0000
parents 214ea3f02d13
children 93304e7353c8
line wrap: on
line diff
--- a/mp3lib/Makefile	Sun May 13 18:58:23 2001 +0000
+++ b/mp3lib/Makefile	Sun May 13 19:18:52 2001 +0000
@@ -18,8 +18,11 @@
 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