patched diskwrite, changed 'make clean' procedure

This commit is contained in:
notsomeidiot123 2024-09-26 13:09:43 -04:00
parent 975c522731
commit 136da05dc7
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@ -5,4 +5,5 @@ dump.img
diskwrite
*.bin
*.elf
*.dump
*.dump
*.img

View File

@ -23,5 +23,6 @@ init:
clean:
@rm diskwrite
@rm image.bin
@rm -rf bin/
@rm -rf mount/