From: HimbeerserverDE <52707839+HimbeerserverDE@users.noreply.github.com> Date: Mon, 29 Aug 2022 15:41:02 +0000 (+0200) Subject: Force make to use bash (#1) X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=HEAD;p=nyax.git Force make to use bash (#1) --- diff --git a/Makefile b/Makefile index 22c47b6..717302f 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +SHELL:=/bin/bash + STAGE3 = stage3/main.o stage3/framebuffer.o stage3/memory.o stage3/paging.o nyax.img: stage1.out stage2.out stage3.out