#!/bin/bash

gcc -g -Wall -lpng -lm -c png_text.c -o png_text
gcc -g -Wall -lm png_text pngtest.c -o pngtest
