sdep

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

commit 2124cd25740fb5a4081ef20305e9b8fdbdfa47f6
parent d506146c55ffa28ed8f5ba2d7ebd496e60e6a8d4
Author: Sebastiano Tronto <sebastiano.tronto@gmail.com>
Date:   Wed, 22 Dec 2021 09:12:20 +0100

forgot to add script to Makefile

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

diff --git a/Makefile b/Makefile @@ -5,7 +5,7 @@ VERSION = 0.1 PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man SDEPDATA = ${HOME}/.local/share/sdep -SCRIPTS = sdep-add sdep-checknow sdep-clear sdep-edit sdep-list +SCRIPTS = sdep-add sdep-checknow sdep-clear sdep-edit sdep-list sdep-checkpast CPPFLAGS = -D_XOPEN_SOURCE=700 -DVERSION=\"${VERSION}\" CFLAGS = -pedantic -Wall -Os ${CPPFLAGS}