Makefile will now always use bash

This commit is contained in:
2025-02-06 21:18:55 +02:00
parent f34537eb5a
commit a99defd401
+2
View File
@@ -1,3 +1,5 @@
SHELL := /bin/bash
ifeq ($(PREFIX),)
PREFIX := /usr/local
endif