diff options
author | yenatch <yenatch@gmail.com> | 2017-06-29 18:26:04 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-06-29 18:26:04 -0400 |
commit | 7b3f0693d5895547341b67c8a4f35b9914e167fa (patch) | |
tree | 3349742de8f2fbc6f567a7dd3be49222e0e1bdbb | |
parent | 3c8d034a6feb2a447daeb26e9f50aadc12fb0383 (diff) |
tools: Default to gcc.
This gives Cygwin users an easier time at the expense of defaulting to gcc.
-rw-r--r-- | tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index 752658b06..3dd4fb62a 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,5 +1,6 @@ .PHONY: all clean +CC := gcc CFLAGS := -std=c99 tools := \ |