diff --git a/Makefile b/Makefile index b98463f..5964e6e 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ babel: build: $(MAKE) -C ha_addons $@ -clean build: +clean: $(MAKE) -C app $@ $(MAKE) -C ha_addons $@