ubase

suckless linux base utils
git clone git://git.suckless.org/ubase
Log | Files | Refs | README | LICENSE

commit 91cd388a39c8362713801cd61b5f83ad7bd567be
parent 47dc8499865c02f4e9d84cfab55fb1a8f88647c1
Author: Ypnose <linuxien@legtux.org>
Date:   Sat,  4 Apr 2015 00:08:54 +0200

Makefile: missing ubase-box-install in PHONY

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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