
- Substitute LICENSE.LGPL for the latest copy from http://www.gnu.org/ - Update the FSF address and links in all the file headers - Relicense QPL/GPL files to LGPL
11 lines
230 B
Makefile
11 lines
230 B
Makefile
## libmatroska Makefile
|
|
## (c) 2002 Steve Lhomme
|
|
## This software is licensed under the LGPL, see LICENSE.LGPL
|
|
|
|
all: endian
|
|
echo "Making endianess tests"
|
|
(cd endian; make)
|
|
clean:
|
|
echo "Cleaning all tests"
|
|
(cd endian; make $@)
|