Fail compilation on gcc warnings

This commit is contained in:
Konstantin Pereiaslov
2023-09-21 00:13:44 -05:00
parent c629c302ad
commit 7ca7a439d0

View File

@@ -6,6 +6,7 @@ ifeq ($(PREFIX),)
endif
SOURCES = time_utils.c sleep_utils.c tty_utils.c process_handling.c arguments_parsing.c main.c
OBJECTS = $(SOURCES:.c=.o)
CCFLAGS = -Werror=all
all: executable
release: CCFLAGS += -O3