continued error management and -v flag

This commit is contained in:
2025-04-03 05:54:08 -04:00
parent 566213c178
commit e5596c3348
2 changed files with 23 additions and 9 deletions

View File

@ -28,7 +28,7 @@ all: $(NAME)
re: fclean all
$(BUILD_DIR): CMakeLists.txt $(C_SRCS) $(INCLUDES) $(SUBDIRECTORIES)
$(BUILD_DIR): Makefile CMakeLists.txt $(C_SRCS) $(INCLUDES) $(SUBDIRECTORIES)
@MAKE_NAME="$(NAME)" MAKE_C_SRCS="$(C_SRCS)" MAKE_CFLAGS="$(CFLAGS)" MAKE_INCLUDE_DIRS="$(INCLUDE_DIRS)" \
MAKE_INCLUDE_SRCS="$(INCLUDE_SRCS)" MAKE_INSTALL_DIR="$(INSTALL_DIR)" MAKE_NAME="$(NAME)" \
MAKE_SUBDIRECTORIES="$(SUBDIRECTORIES)" \