11 lines
89 B
Makefile
11 lines
89 B
Makefile
|
|
||
|
install:
|
||
|
./bin/pairs.sh
|
||
|
./bin/corpus.sh
|
||
|
|
||
|
run:
|
||
|
./bin/replace.sh
|
||
|
|
||
|
test:
|
||
|
./bin/test.sh
|