More build fixes.

This commit is contained in:
Dion Moult
2024-06-11 16:01:14 +10:00
parent d4dc9af1be
commit d7e497727c
2 changed files with 11 additions and 2 deletions
+5
View File
@@ -24,6 +24,11 @@ VERSION_MINOR:=$(shell cat '../../VERSION' | cut -d '.' -f 2)
VERSION_PATCH:=$(shell cat '../../VERSION' | cut -d '.' -f 3)
VERSION_DATE:=$(shell date '+%y%m%d')
SED:=sed -i
ifeq ($(UNAME_S),Darwin)
SED:=sed -i '' -e
endif
.PHONY: dist
dist:
rm -rf dist