rename executable computor

This commit is contained in:
hugogogo
2026-05-13 22:25:18 +02:00
parent a91ad5461f
commit b0e6483a68
5 changed files with 70 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ RESET = "\e[0m"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
# FILES :
NAME = computorv1
NAME = computor
D_LIB = ./libft
D_HEADERS = ./headers
HEADERS = computorv1.h
@@ -145,6 +145,10 @@ run: $(NAME)
-./$(NAME) $(RUN_FLAGS) "2x + x -0 = -7x"
@echo $(B_PURPLE)"\n---------------------------------------------\n21. degree 1 \n"$(RESET)
-./$(NAME) $(RUN_FLAGS) "2x + x -3 = -7x"
@echo $(B_PURPLE)"\n---------------------------------------------\n23. degree 2 SHOULD FAIL \n"$(RESET)
-./$(NAME) $(RUN_FLAGS) "3x^2"
@echo $(B_PURPLE)"\n---------------------------------------------\n23. degree 2 \n"$(RESET)
-./$(NAME) $(RUN_FLAGS) "3x^2 = 0"
clean:
$(RM_OBJS)