ALL: mksplash mksplash: mksplash.c gcc -o mksplash -O -Wall -I/usr/include/libpng mksplash.c -lpng12 -lz clean: rm -f *.o mksplash