From d6707d11d58a88277016786a29dcd6a471f56f6f Mon Sep 17 00:00:00 2001 From: mithe24 Date: Fri, 10 Oct 2025 15:19:04 +0200 Subject: build(Deploy): Added `deploy` target for archiving program in a `.tar.gz` `make deploy` compresses and adds executable to a `.tar.gz` archive. It also adds `README.md` to `usr/bin/sorter/doc/' --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index dda2f82..7f7fdb5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ build/* sorter +sorter.tar.gz -- cgit v1.2.3-70-g09d2