90s

Minimalist, customizable shell written in C99 with syntax highlighting
git clone https://codeberg.org/night0721/90s
Log | Files | Refs | README | LICENSE

commit 15d5cf0bddfddf56db658be8ba2d78a0059a391c
parent febb828136ace5dc9d4ba9fe69c7586ce38b711e
Author: night0721 <[email protected]>
Date:   Wed, 28 Feb 2024 10:12:02 +0000

change dist section in make

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

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