Commit f85bc1d8 authored by Gangrade, Sudershan's avatar Gangrade, Sudershan
Browse files

Upload New File

parent ab05a814
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