Fixed makefile

This commit is contained in:
ice-bit 2019-07-03 21:10:01 +02:00
parent a0b6eb882a
commit cd820126b2
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ clean:
rm -rf obj/ kernel/*.o kernel/cpu/*.o iso_root/boot/kernel.elf
rm -rf kernel/drivers/*.o kernel/libc/*.o
rm -rf iceOS.iso bochslog.txt commands iso_root
rm -rf vscode/*
rm -rf .vscode