Skip to content

phpqa/make

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Make on Alpine/Docker

This image provides a way to run the latest make version with docker.

For example, Make 4 adds the -j flag, which makes it possible to run multiple jobs in parallel:

docker run --rm --tty --volume ${PWD}:/app --workdir /app \
    phpqa/make --file Makefile -j --output-sync=target --ignore-errors --quiet target1 target2 target3 

About

Make on Alpine/Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors