Makefile needs bash

This commit is contained in:
Faustin Lammler 2024-05-16 10:10:24 +02:00
parent fe295f0328
commit 6dbb252b6c
No known key found for this signature in database
GPG Key ID: 390A2F27832A5C79
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
VENV_DIR := .venv
VENDOR_DIR := .vendor
SHELL := /usr/bin/env bash
.DEFAULT_GOAL := help
help: