Files
matroska/libmatroska/test/Makefile
2011-09-23 13:44:42 +00:00

11 lines
236 B
Makefile

## libmatroska Makefile
## (c) 2002 Steve Lhomme
## This software is licensed under the LGPL, see LGPL.txt
all: endian
echo "Making endianess tests"
(cd endian; make)
clean:
echo "Cleaning all tests"
(cd endian; make $@)