From 7b3f0693d5895547341b67c8a4f35b9914e167fa Mon Sep 17 00:00:00 2001 From: yenatch Date: Thu, 29 Jun 2017 18:26:04 -0400 Subject: [PATCH] tools: Default to gcc. This gives Cygwin users an easier time at the expense of defaulting to gcc. --- tools/Makefile | 1 + 1 file changed, 1 insertion(+) 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 := \