[PATCH] Removed extra tab in Makefile
Export this patch
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 6a6d946..142d8ab 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ QEMU=./qemu/build/qemu-system-riscv64
QEMU_FLAGS=-machine virt -cpu rv64 -smp 4 -m 512M -serial pipe:./pipe -bios none -kernel kernel.bin -display sdl
kernel.bin: virt.lds
- riscv64-unknown-elf-gcc $(CFLAGS) $(LDFLAGS) -T $< -o $@ $(wildcard src/*.s) $(wildcard src/*.c)
+ riscv64-unknown-elf-gcc $(CFLAGS) $(LDFLAGS) -T $< -o $@ $(wildcard src/*.s) $(wildcard src/*.c)
hdd:
./make_hdd.sh
--
2.30.2