diff --git a/Makefile b/Makefile
index 850ada2bc6ce9d74fba77973735bf178161c82c0..dfb6ad191b927fe9e813a2260a13f5a3e3b6dbb4 100644
--- a/Makefile
+++ b/Makefile
@@ -79,10 +79,10 @@ endif
 
 .PHONY: ivette ivette-api ivette-dev
 
-ivette: ivette-api
+ivette: all
 	@$(MAKE) -C ivette
 
-ivette-dev: ivette-api
+ivette-dev: all
 	@$(MAKE) -C ivette dev
 
 ivette-api: all
diff --git a/ivette/Makefile b/ivette/Makefile
index 5940f60c03fabe894e9b68dddb6d70b3fb0caa63..19422a42363e9637947fe82fd1399012e2e3b314 100644
--- a/ivette/Makefile
+++ b/ivette/Makefile
@@ -37,7 +37,7 @@ COPYRIGHT=CEA LIST / LSL
 
 .PHONY: all app dev
 
-all: pkg lint app
+all: api pkg lint dome-app
 app: api dome-app
 dev: api dome-dev