diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-10-30 02:35:54 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-10-30 02:58:10 +0200 |
commit | 6fe2d34fffd64cee9fd43b8ed4276e6e1adc8626 (patch) | |
tree | cddb823af9019f4bf01d6ae41156007ae596c597 /Makefile | |
parent | 18d9dc6e2fbcb7fcb4199f2c1ce861c7d9bfef96 (diff) | |
download | bfc-6fe2d34fffd64cee9fd43b8ed4276e6e1adc8626.tar.gz bfc-6fe2d34fffd64cee9fd43b8ed4276e6e1adc8626.tar.xz bfc-6fe2d34fffd64cee9fd43b8ed4276e6e1adc8626.zip |
Add clang-format configuration
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# All we need is C99 and POSIX, which this should make available +# All we need is C99 and POSIX.1-2001, which this should make available CFLAGS = -std=gnu99 NAMES = bfc-amd64-linux bfc-amd64-openbsd |