Master - Name check & Duplicate code removed & Makefile modification

This commit is contained in:
George Malandrakis
2024-03-07 14:40:27 +00:00
committed by Jeremy Soller
parent e7cf569a1f
commit e4ca510bc0
4 changed files with 33 additions and 29 deletions
+1 -1
View File
@@ -14,8 +14,8 @@ else
endif
image.bin:
dd if=/dev/zero of=image.bin bs=1048576 count=1024
cargo build --release --bin redoxfs-mkfs
dd if=/dev/zero of=image.bin bs=1048576 count=1024
target/release/redoxfs-mkfs image.bin
mount: image.bin FORCE