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