shithub: pokecrystal

Download patch

ref: 7b3f0693d5895547341b67c8a4f35b9914e167fa
parent: 3c8d034a6feb2a447daeb26e9f50aadc12fb0383
author: yenatch <yenatch@gmail.com>
date: Thu Jun 29 14:26:04 EDT 2017

tools: Default to gcc.

This gives Cygwin users an easier time at the expense of defaulting to gcc.

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