Skip to content
Snippets Groups Projects
Commit 77831828 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[Makefile] do overwrite FRAMAC_INTERNAL in Makefile.config if already set

Actually tutorial in devman is not completely internal but uses bin/frama-c
parent 8e99e61e
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,6 @@
# #
##########################################################################
export FRAMAC_INTERNAL=no
export FRAMAC_OPT=$(BINDIR)/frama-c$(EXE)
export FRAMAC_BYTE=$(BINDIR)/frama-c.byte$(EXE)
......
......@@ -20,7 +20,7 @@
# #
##########################################################################
export FRAMAC_INTERNAL=yes
export FRAMAC_INTERNAL?=yes
export FRAMAC_OPT=$(FRAMAC_ROOT_SRCDIR)/bin/toplevel.opt$(EXE)
export FRAMAC_BYTE=$(FRAMAC_ROOT_SRCDIR)/bin/toplevel.byte$(EXE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment