fix(makefile): using hte test_compile rules in the test one

This commit is contained in:
Raphael 2025-12-08 15:13:37 +01:00
parent ac339ec277
commit d52f9299cd
No known key found for this signature in database

View file

@ -6,7 +6,7 @@
# By: rparodi <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
# Updated: 2025/12/06 19:58:12 by rparodi ### ########.fr #
# Updated: 2025/12/08 14:01:53 by rparodi ### ########.fr #
# #
# **************************************************************************** #
@ -78,7 +78,7 @@ $(OBJDIRNAME)/%.o: %.s
@printf '$(GREY) Compiling $(END)$(GREEN)$<$(END)\n'
@$(AS) $(ASFLAGS) -o $@ $<
test: header $(NAME) run_compile footer
test: header $(NAME) test_compile footer
run: test