From c32deb2c21bb084f1332f658e3744f807c2fcf01 Mon Sep 17 00:00:00 2001 From: Dylan Araps <dylan.araps@gmail.com> Date: Tue, 15 Oct 2019 12:47:16 +0300 Subject: [PATCH] sowm: make CC configurable. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2420660..2549d3a 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ LDFLAGS= PREFIX?= /usr BINDIR?= $(PREFIX)/bin -CC=gcc +CC ?= gcc all: sowm