log

Minimalist command line note manager
git clone https://codeberg.org/night0721/log
Log | Files | Refs | README | LICENSE

commit fefce56c80552ab961764ab6d63a41b3b53661a5
parent 2bb290ee40742d7a9a89145a778cc7a7e26fb352
Author: night0721 <[email protected]>
Date:   Wed, 28 Feb 2024 10:23:26 +0000

Update Makefile

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

diff --git a/Makefile b/Makefile @@ -24,7 +24,7 @@ version: dist: version noted mkdir -p noted-${VERSION} - cp -R LICENSE Makefile README.md noted.1 noted noted-${VERSION} + cp -R LICENSE README.md noted.1 noted noted-${VERSION} tar -cf noted-${VERSION}.tar noted-${VERSION} gzip noted-${VERSION}.tar rm -rf noted-${VERSION}