summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index c5306709a0..04fd16fac0 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -45,15 +45,8 @@ TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 sha1 softfloat t
include ../common.mak
-tests: $(TESTS)
-
-%-test$(EXESUF): %.c $(LIBNAME)
- $(CC) $(CFLAGS) $(LDFLAGS) -DTEST -o $@ $^ $(EXTRALIBS)
-
lzo-test$(EXESUF): lzo.c $(LIBNAME)
$(CC) $(CFLAGS) $(LDFLAGS) -DTEST -o $@ $^ $(EXTRALIBS) -llzo2
clean::
- rm -f $(TESTS) lzo-test$(EXESUF)
-
-.PHONY: tests
+ rm -f lzo-test$(EXESUF)