From c85fd4823767733be979cd9b3b9bc8c32afb6dda Mon Sep 17 00:00:00 2001 From: Frederico Linhares Date: Mon, 23 May 2022 16:07:47 -0300 Subject: buil Create a task that generates a tar.gz package * Rakefile: Create a task to generate a tar.gz package and add DESTDIR environment variable to the install task. Both changes help when generating packages for Linux distributions. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ba64cb7..2e00ba6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ candy_gear doc +pkg -*.o \ No newline at end of file +*.o -- cgit v1.2.3