File: Makefile.example

package info (click to toggle)
geos 3.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 10,060 kB
  • ctags: 8,674
  • sloc: cpp: 64,513; xml: 23,384; sh: 8,965; ruby: 1,295; makefile: 1,124; python: 824; ansic: 289
file content (8 lines) | stat: -rw-r--r-- 86 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
example:
	g++ -g -O -lgeos -o example example.cpp

clean:
	rm example

.PHONY:
	clean