Makefile improvements
authorClinton Ebadi <clinton@unknownlamer.org>
Wed, 16 Apr 2014 07:59:05 +0000 (03:59 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Wed, 16 Apr 2014 07:59:05 +0000 (03:59 -0400)
commit2679ec890199482014e671a9c41f19077abc0d60
treeb3a990ddc4cac775b73634253ebaaa127eb65354
parent979844d5602d36ae08617c2c228dc23dcc531046
Makefile improvements

* Respect CFLAGS
* Require DEBUG=1 instead of just DEBUG being set
* Add TC=1 to instruct mlton to only type check
* BUILD32, in theory, could be used to build 32-bit binaries with
  mlton on a 32-bit host, but is not working currently
Makefile