diary

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

commit a2c4df9b2aaf2e3596f96fc60a64fff0a6837201
parent c94f8bbed89ec45ade01369a6a39f544d53a6996
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Fri, 24 Feb 2023 21:42:31 +0100

fix(Makefile): target executable for others

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

diff --git a/Makefile b/Makefile @@ -51,7 +51,7 @@ clean: rm -f $(TARGET) libtpp.so diary-tp.o install: $(TARGET) - cp $(TARGET) $(BINDIR)/$(TARGET) + install -m755 $(TARGET) $(BINDIR)/$(TARGET) install -d $(MANDIR)/man1 install -m644 $(MAN1) $(MANDIR)/$(MAN1)