main.c -> kwh-cost.c

This commit is contained in:
Alexander Andreev 2024-05-19 04:36:33 +04:00
parent 9a8277dd07
commit 62a16292ec
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ CFLAGS=--std=c99 -O3 -Wall -Werror -Wextra -pedantic
.PHONY: clean install uninstall test
${TARGET}: main.c
${TARGET}: ${TARGET}.c
${CC} ${CFLAGS} ${LDFLAGS} $< -o $@
clean:

View File