summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2016-09-18 19:33:33 +0100
committerw0rp <devw0rp@gmail.com>2016-09-18 19:33:33 +0100
commitb66b6f925acaa6e44a4110dc3b269630045462e2 (patch)
tree10a7382d680079095b145bcb877c65226bf9a64f /README.md
parent9553c24fa00ac8499d01adbb55d32403f180bf53 (diff)
downloadale-b66b6f925acaa6e44a4110dc3b269630045462e2.zip
Add support for checking C code with GCC too.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 05ad5426..40ad9d63 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,7 @@ name. That seems to be the fairest way to arrange this table.
| -------- | ----- |
| Bash | [-n flag](https://www.gnu.org/software/bash/manual/bash.html#index-set) |
| Bourne Shell | [-n flag](http://linux.die.net/man/1/sh) |
+| C | [gcc](https://gcc.gnu.org/) |
| D | [dmd](https://dlang.org/dmd-linux.html) |
| Fortran | [gcc](https://gcc.gnu.org/) |
| JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/), [jshint](http://jshint.com/) |