all: mksplash

mksplash: mksplash.c
	gcc -o mksplash -O -Wall -I/usr/include/libpng mksplash.c -lpng16 -lz

clean:
	rm -f *.o mksplash