style(make): not compiling but assembling is more correct
- Yes, missing an actually emoji (go add it to unicode)
This commit is contained in:
parent
4bb1258298
commit
94f583ebe7
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -6,7 +6,7 @@
|
||||||
# By: rparodi <marvin@42.fr> +#+ +:+ +#+ #
|
# By: rparodi <marvin@42.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
|
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
|
||||||
# Updated: 2025/12/11 23:18:29 by rparodi ### ########.fr #
|
# Updated: 2025/12/11 23:58:57 by rparodi ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
|
|
@ -78,7 +78,7 @@ $(NAME): $(OBJ)
|
||||||
|
|
||||||
$(OBJDIRNAME)/%.o: %.s
|
$(OBJDIRNAME)/%.o: %.s
|
||||||
@mkdir -p $(dir $@)
|
@mkdir -p $(dir $@)
|
||||||
@printf '$(GREY) Compiling $(END)$(GREEN)$<$(END)\n'
|
@printf '$(GREY) Assembling $(END)$(GREEN)$<$(END)\n'
|
||||||
@$(AS) $(ASFLAGS) -o $@ $<
|
@$(AS) $(ASFLAGS) -o $@ $<
|
||||||
|
|
||||||
test: header $(NAME) test_compile footer
|
test: header $(NAME) test_compile footer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue