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