diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | Pull requests |Archive | README | LICENSE

commit 8f263cc1732edc2fa108933baddd0b191fc7ec60
parent f978b34a0b6d51226d96b5bcd6ecc8126302f9fb
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Wed, 15 Jan 2025 20:11:56 +0100

feat(Makefile): ensure bindir

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -42,6 +42,7 @@ clean: rm -f $(TARGET) install: $(TARGET) + mkdir -p $(BINDIR) install -m755 $(TARGET) $(BINDIR)/$(TARGET) install -d $(MANDIR)/man1 install -m644 $(MAN1) $(MANDIR)/$(MAN1)