From c3b4d020e0b691708acdd5c93169bac87ff6db19 Mon Sep 17 00:00:00 2001 From: RouxAntoine Date: Fri, 5 Jan 2024 19:30:25 +0100 Subject: [PATCH] You can't see it, but I'm making a very angry face right now Signed-off-by: RouxAntoine --- rootf-kernel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rootf-kernel/Makefile b/rootf-kernel/Makefile index 9e796ad..74a8b17 100644 --- a/rootf-kernel/Makefile +++ b/rootf-kernel/Makefile @@ -4,10 +4,10 @@ # x86_64 ARCH=x86_64 -use-arch: ../out/arch-rootfs.ext4 +use-arch: ../out/arch-rootfs.ext4 arch-rootfs.sh ln -fs $< ../out/rootfs.ext4 -use-alpine: ../out/alpine-rootfs.ext4 +use-alpine: ../out/alpine-rootfs.ext4 alpine-rootfs.sh ln -fs $< ../out/rootfs.ext4 use-ubuntu: ../out/ubuntu-22.04.ext4 ../out/ubuntu-22.04.id_rsa