Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add "all" target for Makefile and update .gitignore for targets.
  • Loading branch information
madler committed Dec 25, 2017
1 parent b88a0e9 commit 6876be2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -1,3 +1,6 @@
*.o
/pigz
/unpigz
/pigzj
/pigzt
/pigzn
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -98,5 +98,7 @@ docs: pigz.pdf
pigz.pdf: pigz.1
groff -mandoc -f H -T ps pigz.1 | ps2pdf - pigz.pdf

all: pigz pigzj pigzt pigzn docs

clean:
@rm -f *.o pigz unpigz pigzj pigzn pigzt pigz.c.gz pigz.c.zz pigz.c.zip

0 comments on commit 6876be2

Please sign in to comment.