This commit is contained in:
Léo Haf 2025-04-14 14:10:59 +02:00
parent de26a45cff
commit c92d429238
Signed by: Retropex
GPG Key ID: F5073C4F4882FFFC

View File

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