tools: Default to gcc.

This gives Cygwin users an easier time at the expense of defaulting to gcc.
This commit is contained in:
yenatch 2017-06-29 18:26:04 -04:00
parent 3c8d034a6f
commit 7b3f0693d5

View File

@ -1,5 +1,6 @@
.PHONY: all clean
CC := gcc
CFLAGS := -std=c99
tools := \