From 91cd388a39c8362713801cd61b5f83ad7bd567be Mon Sep 17 00:00:00 2001 From: Ypnose Date: Sat, 4 Apr 2015 00:08:54 +0200 Subject: [PATCH] Makefile: missing ubase-box-install in PHONY --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a5268ae..f35e9f9 100644 --- a/Makefile +++ b/Makefile @@ -219,4 +219,4 @@ clean: rm -f $(BIN) $(OBJ) $(LIB) ubase-box ubase-$(VERSION).tar.gz .PHONY: - all install uninstall dist ubase-box clean + all install uninstall dist ubase-box ubase-box-install clean