diff --git a/README.md b/README.md index 6fb16745..996854fa 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ FAQ](docs/FAQ.md) where I attempt to answer some common questions. | [Haxe](#haxe-neko-python-c-and-javascript) (Neko, Python, C++, & JS) | [Joel Martin](https://github.com/kanaka) | | [Hy](#hy) | [Joel Martin](https://github.com/kanaka) | | [Io](#io) | [Dov Murik](https://github.com/dubek) | -| [Janet|(#janet) | [sogaiu](https://github.com/sogaiu) | +| [Janet](#janet) | [sogaiu](https://github.com/sogaiu) | | [Java](#java-17) | [Joel Martin](https://github.com/kanaka) | | [JavaScript](#javascriptnode) ([Demo](http://kanaka.github.io/mal)) | [Joel Martin](https://github.com/kanaka) | | [jq](#jq) | [Ali MohammadPur](https://github.com/alimpfard) | diff --git a/impls/janet/Makefile b/impls/janet/Makefile new file mode 100644 index 00000000..8a7cbb71 --- /dev/null +++ b/impls/janet/Makefile @@ -0,0 +1,2 @@ +all: + true