From 0c6ba17b2f08d05195cdbaeba4607fdd8d000775 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 9 Jul 2024 22:25:07 +0300 Subject: fix make clean --- tests/hello-world/source.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/hello-world') diff --git a/tests/hello-world/source.mk b/tests/hello-world/source.mk index 203a42e..52d642d 100644 --- a/tests/hello-world/source.mk +++ b/tests/hello-world/source.mk @@ -4,5 +4,5 @@ TESTS := $(TESTS) hello-world hello-world: hello-world/init.c $(COMMON) mkdir -p build/hello-world $(COMPILE) hello-world/init.c build/printf.o -o build/hello-world/init - echo build/hello-world/init | $(GEN_INITRD) hello-world/initrd - $(QEMU) hello-world/initrd | grep 'Hello, world!' + echo build/hello-world/init | $(GEN_INITRD) build/hello-world/initrd + $(QEMU) build/hello-world/initrd | grep 'Hello, world!' -- cgit v1.3