

all: pngfixer+ pngrestore+

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

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