diff Makefile @ 17:b69fe46fd708 libavcodec

Adding fastmemcpy stuff to speedup mplayer project
author nickols_k
date Thu, 02 Aug 2001 08:29:38 +0000
parents 076bcac8d059
children c31fb57d17a6
line wrap: on
line diff
--- a/Makefile	Mon Jul 30 23:51:20 2001 +0000
+++ b/Makefile	Thu Aug 02 08:29:38 2001 +0000
@@ -35,7 +35,8 @@
 LIB= libavcodec.a
 TESTS= imgresample-test dct-test
 
-all: $(LIB) apiexample
+all: $(LIB)
+tests: apiexample $(TESTS)
 
 $(LIB): $(OBJS) $(ASM_OBJS)
 	rm -f $@