Skip to content

Fix makefile with different `make` commands

Nick Vernij requested to merge nickforall/inko:fix/makefile into master
  • Removed quotes from cd to prefix directory, as it didn't work as supposed
  • Replace make with $(MAKE) to support other make commands, such as gmake on osx

Merge request reports