2ad6f1d24b
git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libmatroska@1 a6f86f6d-0131-4f8e-9e7b-e335508773d5
11 lines
236 B
Makefile
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 $@)
|