sbase

suckless unix tools
git clone git://git.suckless.org/sbase
Log | Files | Refs | README | LICENSE

commit f141da6190abb23de31b433ca82d2e290c4f69d8
parent 1bd598c9ed11a130cc0d4015a2140cb57e77af28
Author: sin <sin@2f30.org>
Date:   Mon,  1 Dec 2014 17:37:21 +0000

Bring back OpenBSD make compatibility in Makefile

Thanks @quing

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

diff --git a/Makefile b/Makefile @@ -140,7 +140,7 @@ MAN = $(BIN:=.1) all: $(BIN) -$(BIN): $(LIB) +$(BIN): $(LIB) $(@:=.o) $(OBJ): $(HDR) config.mk