Skip to content
Snippets Groups Projects
Commit 2d59fb2a authored by Loïc Correnson's avatar Loïc Correnson Committed by David Bühler
Browse files

[ivette] makefile targets and binary at toplevel

parent 736c7f4c
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@ _build
/dev/fc-time
/dev/fc-memuse
/bin/ocamldep_transitive_closure
/bin/ivette
#share
/share/Makefile.config
......
......@@ -73,6 +73,18 @@ endif
dune clean
rm -rf _build .merlin
##############################################################################
# IVETTE
################################
.PHONY: ivette ivette-dev
ivette:
@$(MAKE) -C ivette
ivette-dev:
@$(MAKE) -C ivette dev
##############################################################################
# HELP
################################
......
......@@ -9,7 +9,6 @@
.eslint-cache
node_modules
yarn-error.log
/bin
/dist
/doc/html
/src/renderer/loader.ts
......
......@@ -23,9 +23,9 @@
# --------------------------------------------------------------------------
APP=Ivette
DOME=./src/dome
DOME_ARGS=--command $$(dirname $$0)/../../bin/frama-c
DOME_ARGS=--command $$(dirname $$0)/frama-c
DOME_DEV=-server-debug 1
DOME_CLI=./bin/ivette
DOME_CLI=../bin/ivette
DOME_API=./src/frama-c
DOME_CUSTOM_ENTRIES= yes
COPYRIGHT=CEA LIST / LSL
......
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