aboutsummaryrefslogtreecommitdiff
path: root/webp/Makefile.single
Commit message (Collapse)AuthorAgeFilesLines
* webp: fix makefile dependency bugBrian Woods2023-02-221-1/+1
| | | | | | The prebuild where it generates the directory structure wasn't a dependency for the build part so it was causing parallel jobs to fail since there wasn't directories to put the output files.
* webp: fixed a bugBrian Woods2023-02-221-1/+1
| | | | src/ was hard coded in the find command, changed that to ${SRC_DIR}
* Add webp scripts and makefilesBrian Woods2023-02-221-0/+25
Add scripts for testing compression quality and converting collections of pngs to webps.