diff options
Diffstat (limited to 'tools/gbafix/Makefile')
-rw-r--r-- | tools/gbafix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gbafix/Makefile b/tools/gbafix/Makefile index 5b410da..91a60a9 100644 --- a/tools/gbafix/Makefile +++ b/tools/gbafix/Makefile @@ -1,4 +1,4 @@ -CC = gcc +CC ?= gcc .PHONY: all clean SRCS = gbafix.c |