Loading tools/bin2geotiff/Makefile 0 → 100644 +12 −0 Original line number Diff line number Diff line CC := g++ EXECS= bin2geotiff all: $(EXECS) bin2geotiff: $(CC) -o $@ bin2geotiff.cpp -O3 --std=c++11 -lgdal -Wunused-result .PHONY: clean clean: rm -f *.so *.o *~ bin2geotiff Loading
tools/bin2geotiff/Makefile 0 → 100644 +12 −0 Original line number Diff line number Diff line CC := g++ EXECS= bin2geotiff all: $(EXECS) bin2geotiff: $(CC) -o $@ bin2geotiff.cpp -O3 --std=c++11 -lgdal -Wunused-result .PHONY: clean clean: rm -f *.so *.o *~ bin2geotiff