mktools/Makefile
William Petit 9d62c8f968
Some checks reported warnings
Cadoles/mktools/pipeline/head This commit is unstable
Cadoles/mktools/pipeline/pr-master This commit is unstable
ci: add jenkins pipeline
2023-08-23 11:54:18 -06:00

12 lines
312 B
Makefile

test: tools/checkmake/bin/checkmake
tools/checkmake/bin/checkmake Makefile tasks/*.mk
build:
release: changelog
$(MAKE) MKT_GITEA_RELEASE_ATTACHMENTS="CHANGELOG.md" mkt-gitea-release
changelog:
$(MAKE) MKT_GIT_CHGLOG_PROJECT_ORG=Cadoles MKT_GIT_CHGLOG_PROJECT_NAME=mktools mkt-changelog
include tasks/*.mk