Make bash the default shell in Makefile

This commit is contained in:
EnumDev 2025-03-13 15:34:10 +02:00
parent c3981ad95c
commit e2e2629dc9

View File

@ -1,3 +1,5 @@
SHELL = /bin/bash
ifeq ($(PREFIX),)
PREFIX := /usr/local
endif