

all: pngfixer+ pngrestore+

pngfixer+:  pngfixer.cpp
	g++ pngfixer.cpp -o pngfixer+ -static

pngrestore+: pngrestore.cpp
	g++ pngrestore.cpp -lboost_regex -o pngrestore+ -static
