ThinkOpenly / sail

Sail architecture definition language
Other
11 stars 12 forks source link

Add `check` and `install-deps` targets to root Makefile #9

Closed AbhinavMir closed 8 months ago

AbhinavMir commented 8 months ago

Checks if User's system has the required Ocaml version, and install-deps installs the required dependencies. Both make the process of building from source a little easier. Eventually would probably find its way to the all target as a way to do tests before committing resources.