diff options
author | Frederico Linhares <fred@linhares.blue> | 2022-05-23 16:07:47 -0300 |
---|---|---|
committer | Frederico Linhares <fred@linhares.blue> | 2022-05-23 17:31:11 -0300 |
commit | c85fd4823767733be979cd9b3b9bc8c32afb6dda (patch) | |
tree | aff958199a278706e17d9cb76c63dd705554cd02 /.gitignore | |
parent | 9f3bf608e9b300d7f5c85acf591c7e3c2a0d4f43 (diff) |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ candy_gear doc +pkg -*.o
\ No newline at end of file +*.o |