png.exe: main.c gcc main.c -o png.exe -static -lpng -lz .PHONY: clean clean: rm -f png.exe