From 7306fd422bf16ce16b688a508c211b0e5fbe656f Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Fri, 24 Dec 2021 01:01:13 +0400 Subject: [PATCH] Removed CC, since it is default anyway. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 7cdb130..513463f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ TARGET=kwh-calc -CC=cc CFLAGS=--std=c2x -O3 -Wall -Werror -Wextra -pedantic SRC_DIR=src