1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00

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

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