From f8eddf11190e7c9deaef2f2bb746c1e31031d0a6 Mon Sep 17 00:00:00 2001 From: Logan Harbour Date: Tue, 23 Jul 2024 17:33:16 -0600 Subject: [PATCH] Generate the revision --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bf50db566..28f063d83 100644 --- a/Makefile +++ b/Makefile @@ -226,7 +226,7 @@ export CARDINAL_DIR APPLICATION_DIR := $(CARDINAL_DIR) APPLICATION_NAME := cardinal BUILD_EXEC := yes -GEN_REVISION := no +GEN_REVISION := yes DEP_APPS := $(shell $(FRAMEWORK_DIR)/scripts/find_dep_apps.py $(APPLICATION_NAME)) INSTALLABLE_DIRS := test/tests->tests tutorials