del "temp/*.o" del "sdk/libc.a" "../Compiler/bin/i586-elf-gcc" -c -m32 -Wall -g -fno-stack-protector -ffreestanding -nostdinc -o temp/stdio.o stdio.c "../Compiler/bin/i586-elf-gcc" -c -m32 -Wall -g -fno-stack-protector -ffreestanding -nostdinc -o temp/ctype.o ctype.c "../compiler/bin/i586-elf-ar" rcs sdk/libc.a temp/stdio.o temp/ctype.o pause