#!/bin/bash set -e cc -Wall -DNDEBUG -O3 icy-png.c -lm `pkg-config --cflags --libs libpng` -o icy-png