mishal23 / spell-check

Implementation of spell-corrector in Erlang
MIT License
3 stars 1 forks source link

Add Makefile that uses erlang.mk. #2

Closed Stratus3D closed 2 years ago

Stratus3D commented 7 years ago

This PR will break the existing code, since the path the text file is hardcoded. You'll likely want to put the text file in the priv/ directory, refer to the erlang.mk docs for how to set that up.