mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 00:41:57 +00:00
modify makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -104,7 +104,7 @@ $(NAME): $(OBJ)
|
||||
$(NAME_BONUS): $(BONUS_OBJ)
|
||||
@$(CC) $(CFLAGS) $(BONUS_OBJ) -o $(NAME_BONUS)
|
||||
@echo "===================================="
|
||||
@echo "======= PUSH SWAP COMPILED ========="
|
||||
@echo "======= CHECKER COMPILED ==========="
|
||||
@echo "===================================="
|
||||
|
||||
$(OBJ_DIR)/%.o: $(PARS_DIR)/%.c | $(OBJ_DIR)
|
||||
|
||||
Reference in New Issue
Block a user