fix install-ui target name

This commit is contained in:
Sérgio Ramos 2016-10-24 14:00:13 +01:00
parent 464f967c72
commit 9ab6c5f350
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ install-frontend:
$(MAKE) -C frontend install
.PHONY: install-ui
install-backend:
install-ui:
$(MAKE) -C ui install
.PHONY: install-backend