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