diff --git a/makefile b/makefile index c5138cb..ec33e5a 100644 --- a/makefile +++ b/makefile @@ -13,7 +13,7 @@ ifndef PREFIX PREFIX= endif -CC=$(PREFIX)gcc +CC?=$(PREFIX)gcc LD=$(PREFIX)ld AR=$(PREFIX)ar