Commit 44c6f4be authored by Gangrade, Sudershan's avatar Gangrade, Sudershan
Browse files

Upload New File

Former-commit-id: f85bc1d8
parent d71b109a
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