Skip to content
Snippets Groups Projects
Commit f2ecfaf9 authored by David Bühler's avatar David Bühler
Browse files

Merge branch 'fix/ivette/makefile' into 'master'

[make] ivette depends on frama-c

See merge request frama-c/frama-c!4169
parents 9388ab4f 37595d53
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,8 @@ frama_c_journal.ml
/.merlin
/headers/hdrck
/headers/hdrck.exe
/bin/ivette
.ivette
#build
/_opam/
......@@ -54,7 +56,6 @@ _build
/dev/fc-time
/dev/fc-memuse
/bin/ocamldep_transitive_closure
/bin/ivette
#share
/share/Makefile.config
......
......@@ -79,10 +79,13 @@ endif
.PHONY: ivette ivette-dev
ivette:
ivette: all
@$(MAKE) -C ivette
ivette-dev:
ivette-api: all
@$(MAKE) -C ivette api
ivette-dev: all
@$(MAKE) -C ivette dev
##############################################################################
......
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