~samhsmith/astraos-devel

Removed extra tab in Makefile v1 PROPOSED

Ron Nazarov: 1
 Removed extra tab in Makefile

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~samhsmith/astraos-devel/patches/22639/mbox | git am -3
Learn more about email & git

[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