summaryrefslogtreecommitdiff
blob: 18e6d21fe19c4acdff67559023a936ec2a4df1d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 all:      lpc21isp
 
 GLOBAL_DEP  = adprog.h lpc21isp.h lpcprog.h lpcterm.h
-CC = gcc
+CC ?= gcc
 
 ifneq ($(findstring(freebsd, $(OSTYPE))),)
 CFLAGS+=-D__FREEBSD__