Codebase list geos / multiarch-fixes/main debian / Makefile.example
multiarch-fixes/main

Tree @multiarch-fixes/main (Download .tar.gz)

Makefile.example @multiarch-fixes/mainraw · history · blame

1
2
3
4
5
6
7
8
example:
	g++ -g -O -lgeos -o example example.cpp

clean:
	rm example

.PHONY:
	clean