added errors, removed util.c, and sperated install and build in make

This commit is contained in:
2025-05-12 08:46:32 -04:00
parent b4c24be141
commit 469abf8839
3 changed files with 25 additions and 13 deletions

View File

@ -24,7 +24,9 @@ SUBDIRECTORIES =
# -- Make Recipes --
# DO NOT TOUCH BELOW UNLESS YOU KNOW WHAT YOU ARE DOING :)
all: $(NAME)
all: $(BUILD_DIR)/$(NAME)
install: $(NAME)
re: fclean all