From 304f829571f813afdba57c683cd205ae54cb95f9 Mon Sep 17 00:00:00 2001 From: Andre Maroneze <andre.maroneze@cea.fr> Date: Thu, 8 Sep 2022 18:33:41 +0200 Subject: [PATCH] normalize Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1dc512f0..cc4d079b 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ .PHONY: all build clean ifndef FRAMAC_SHARE -FRAMAC_SHARE :=$(shell frama-c -journal-disable -print-path) +FRAMAC_SHARE :=$(shell frama-c-config -print-share-path) endif sinclude ${FRAMAC_SHARE}/Makefile.common -- GitLab