Removed CC, since it is default anyway.

This commit is contained in:
Alexander Andreev 2021-12-24 01:01:13 +04:00
parent 861cec3d9a
commit 7306fd422b
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
TARGET=kwh-calc
CC=cc
CFLAGS=--std=c2x -O3 -Wall -Werror -Wextra -pedantic
SRC_DIR=src