From 50d2de82af9e48e95087e146099c9b8c21ba691e Mon Sep 17 00:00:00 2001 From: Starnakin Date: Sun, 11 May 2025 16:53:40 +0200 Subject: [PATCH] fix: exec name --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 6748f17..737cc4e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -NAME := bozOS +NAME := ft_ping CC := gcc CFLAGS := -Wall -Wextra -Werror @@ -19,9 +19,6 @@ $(NAME): $(OBJ) mkdir -p build $(LD) $(LDFLAGS) -o build/$(NAME).bin $(OBJ) -debug: fast-iso - qemu-system-i386 -s -S -cdrom build/$(NAME).iso -vga std -D qemu.log -d in_asm,int -M smm=off - clean: rm -rf obj