Skip to content

Commit

Permalink
updating tester program name
Browse files Browse the repository at this point in the history
  • Loading branch information
umeneses committed May 10, 2024
1 parent 388a45d commit bf89c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _ci_tdd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# By: umeneses <umeneses@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/05/10 10:09:44 by umeneses #+# #+# #
# Updated: 2024/05/10 11:36:02 by umeneses ### ########.fr #
# Updated: 2024/05/10 13:01:01 by umeneses ### ########.fr #
# #
# **************************************************************************** #

Expand Down Expand Up @@ -39,7 +39,7 @@ HEADERS = $(TEST_D) $(HEADERS_ADDED)
PUSH_SWAP = $(addprefix $(PUSH_SWAP_D), push_swap)
LIBS = $(PUSH_SWAP_D)

NAME = test
NAME = tester

SRC_FILES = test_main.c

Expand Down

0 comments on commit bf89c2c

Please sign in to comment.