Skip to content

Commit

Permalink
0.1.1: rename tools to faxg4coder and faxlzwcoder
Browse files Browse the repository at this point in the history
  • Loading branch information
zvezdochiot committed Jul 12, 2023
1 parent 2556055 commit 17d82e1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PROJECT=faxcoder
PROGG4=g4coder
PROGLZW=lzwcoder
PROGG4=faxg4coder
PROGLZW=faxlzwcoder
PROGS=$(PROGG4) $(PROGLZW)
SRCSPBM=src/pbm.c
SRCSG4=src/g4code.c src/g4coder.c
SRCSLZW=src/lzwcode.c src/lzwcoder.c
SRCSG4=src/g4code.c src/faxg4coder.c
SRCSLZW=src/lzwcode.c src/faxlzwcoder.c

CFLAGS=-O3 -funroll-all-loops -finline-functions -Wall

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ A C tools to access streams in PDF-files at the object level.
License: GNU Lesser GPL

This project includes two tools:
* g4coder - a G3/G4 Fax En-/Decoder
* lzwcoder - a (TIFF) LZW En-/Decoder
* faxg4coder - a G3/G4 Fax En-/Decoder
* faxlzwcoder - a (TIFF) LZW En-/Decoder

## Build

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 17d82e1

Please sign in to comment.