7 lines
75 B
Makefile
7 lines
75 B
Makefile
all:
|
|
./mktables.PL
|
|
./MakeEthiopicSyllables.PL
|
|
|
|
clean:
|
|
rm -f *.pl */*.pl
|