hfingerd

hhvn.uk:79
Log | Files | Refs | LICENSE

commit a655c0158e0645f2b0e8ed16a06b008d7456e36f
parent 5c74dd29dfeffe48ea884c676705431f593f6114
Author: hhvn <dev@hhvn.uk>
Date:   Sun,  6 Jun 2021 01:46:09 +0100

makefile: install target depends on $(BIN)

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

diff --git a/makefile b/makefile @@ -13,7 +13,7 @@ $(BIN): $(OBJ) clean: rm $(BIN) $(OBJ) -install: +install: $(BIN) install -m0755 $(BIN) $(PREFIX)/bin/$(BIN) sed "s/COMMIT/$(COMMIT)/" \ < $(BIN).8 \