]> git.lizzy.rs Git - nyax.git/commitdiff
Force make to use bash (#1) master
authorHimbeerserverDE <52707839+HimbeerserverDE@users.noreply.github.com>
Mon, 29 Aug 2022 15:41:02 +0000 (17:41 +0200)
committerGitHub <noreply@github.com>
Mon, 29 Aug 2022 15:41:02 +0000 (17:41 +0200)
Makefile

index 22c47b6509421facec1d91873787e4af49b16497..717302f448d0c3c91a0790a8e990bf772b278320 100644 (file)
--- 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