blob: 6fb280ae484cf2c7154faa950efd3a507301e269 [file] [log] [blame]
all: hello64le-static
hello64le-static: hello.c dockcross-ppc64le
./dockcross-ppc64le bash -c '$$CC hello.c -o hello64le-static -static'
dockcross-ppc64le:
docker run --rm dockcross/linux-ppc64le > ./dockcross-ppc64le
chmod +x ./dockcross-ppc64le
clean:
rm -f dockcross* hello64le-static