From 9ab6c5f350e1d84628b06e6ec18555b0ec8c2aa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Mon, 24 Oct 2016 14:00:13 +0100 Subject: [PATCH] fix install-ui target name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e7a6896b..43aa8075 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ install-frontend: $(MAKE) -C frontend install .PHONY: install-ui -install-backend: +install-ui: $(MAKE) -C ui install .PHONY: install-backend