ifcopenshell-python makefile - set sh as the main shell explicitly

This commit is contained in:
Andrej730
2025-05-21 12:56:01 +05:00
parent d148ab4f31
commit 13ea2ba8d2
+1
View File
@@ -1,3 +1,4 @@
SHELL := sh
IS_STABLE:=FALSE
VERSION:=$(shell cat ../../VERSION)
VERSION_DATE:=$(shell date '+%y%m%d')