Skip to content
Snippets Groups Projects
path.mk 209 B
Newer Older
FRAMAC_DIR=../../frama-c/build/bin
Andre Maroneze's avatar
Andre Maroneze committed
ifeq ($(wildcard $(FRAMAC_DIR)),)
# Frama-C not installed locally; using the version in the PATH
else
FRAMAC=$(FRAMAC_DIR)/frama-c
FRAMAC_GUI=$(FRAMAC_DIR)/frama-c-gui
endif