blob: b73d3b8089a1479311a2b8eb35eb9a3d87584c05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
all:
../../miniperl -I../../lib ./mktables
TestProp.pl: mktables UnicodeData.txt Scripts.txt Blocks.txt PropList.txt
../../miniperl -I../../lib ./mktables -maketest
test: TestProp.pl
../../miniperl -I../../lib TestProp.pl
clean:
rm -f *.pl */*.pl */*/*.pl
rm -f Properties
|