mystikos icon indicating copy to clipboard operation
mystikos copied to clipboard

The default top-level make rule should only build Mystikos

Open mikbras opened this issue 3 years ago • 0 comments

Working with Mystikos it time consuming when building from the top level. The default "make" rule builds Mystikos and tests (but not solutions). I propose these rules:

  • make -- builds just Mystikos
  • make world -- builds Mystikos + tests

The make test rule would implicitly build the tests and then run them.

I tend to type "make" and break out when I see it is building tests, and then I work on my own test.

Also, this is more usable for users who just want to build and install Mystikos (make; make install).

mikbras avatar Jun 18 '21 16:06 mikbras