Commit b0b9376a authored by Gangrade, Sudershan's avatar Gangrade, Sudershan Committed by Kelleher, Michael
Browse files

Upload New File

Former-commit-id: 08653aa6
parent a01faa02
Loading
Loading
Loading
Loading
+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