From 20faa1515f9397da65c16605f1f9a592f1705927 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 25 Jan 2018 18:12:50 -0500 Subject: [PATCH] Remove CC from Makefile --- Makefile | 1 - diff --git a/Makefile b/Makefile index 53c3610dd5336e9f693dff7514cc77eeb55f3ced..b912518cf984ab22e00372e79e5899545bee1eb8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ VERSION=1.2.1 -CC=cc CFLAGS=-DVERSION='"$(VERSION)"' -Wall -Wextra -Werror -Wno-unused-parameter LDFLAGS=-static INCLUDE=-Iinclude -- 2.48.1