Blob Blame Raw
#!/bin/bash

set -e

cc -Wall -DNDEBUG -O3 bw-png.c -lm `pkg-config --cflags --libs libpng` -o bw-png