rename executable computor
This commit is contained in:
6
Makefile
6
Makefile
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user