wip print before solution
This commit is contained in:
4
Makefile
4
Makefile
@@ -117,7 +117,9 @@ run: $(NAME)
|
||||
@echo $(B_PURPLE)"\n---------------------------------------------\n8. run with power 4 \n"$(RESET)
|
||||
-./$(NAME) -d "3x^2 + 2x -7x^4 = x^4"
|
||||
@echo $(B_PURPLE)"\n---------------------------------------------\n9. run with utf8 \n"$(RESET)
|
||||
-./$(NAME) -d "3x² + 2x -7x³ = x³"
|
||||
-./$(NAME) -d "3x² + 2x -7x¹ = x"
|
||||
@echo $(B_PURPLE)"\n---------------------------------------------\n9. run normal \n"$(RESET)
|
||||
-./$(NAME) -d "3x² + 2x -7 = x"
|
||||
|
||||
clean:
|
||||
$(RM_OBJS)
|
||||
|
||||
Reference in New Issue
Block a user