sdep

A simple "date+event" line parser
git clone https://git.tronto.net/sdep
Download | Log | Files | Refs | README | LICENSE

commit 49514773570944453812a8255e31893627daf375
parent 78ac17f8af0152d8ca0743683e828ad68b7b574b
Author: Sebastiano Tronto <sebastiano.tronto@gmail.com>
Date:   Sat,  8 May 2021 19:36:01 +0200

Makefile fix

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

diff --git a/Makefile b/Makefile @@ -2,7 +2,7 @@ VERSION = 0.1 -PREFIX = ${HOME}/.local +PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man SDEPDATA = ${XDG_DATA_HOME}/sdep SCRIPTS = sdep-add sdep-checknow sdep-clear sdep-edit sdep-list