evincarofautumn / kitten

A statically typed concatenative systems programming language.
http://kittenlang.org/
Other
1.09k stars 39 forks source link

Make a Makefile target for development #129

Closed evincarofautumn closed 9 years ago

evincarofautumn commented 9 years ago

make all should be the default and should not include -Werror; there should be a different target for development that does not attempt to install dependencies, and includes -Werror.

evincarofautumn commented 9 years ago

Fixed in d4e06713ea03471c2435fafa1cb010e3b96f528f.