This commit is contained in:
Léo Haf 2025-03-20 11:23:52 +01:00
parent 2040aaac7d
commit ae98a43f96
Signed by: Retropex
GPG Key ID: F5073C4F4882FFFC

View File

@ -1,5 +1,5 @@
PKG_ID := $(shell yq e ".id" < manifest.yaml)
PKG_VERSION := $(shell yq e ".version" < manifest.yaml)
PKG_ID := $(shell yq -e ".id" manifest.yaml)
PKG_VERSION := $(shell yq -e ".version" manifest.yaml)
TS_FILES := $(shell find . -name \*.ts )
# delete the target of a rule if it has changed and its recipe exits with a nonzero exit status