Compiles on linux
parent
495c793d34
commit
6f3e72c902
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
||||||
CC=g++
|
CC=g++
|
||||||
AR=ar
|
AR=ar
|
||||||
CFLAGS=-c -Wall -O2
|
CFLAGS=-c -Wall -O2 -pedantic -ansi
|
||||||
LDFLAGS=
|
LDFLAGS=
|
||||||
|
|
||||||
SOURCES=CoordGeodetic.cpp \
|
SOURCES=CoordGeodetic.cpp \
|
||||||
|
|
Loading…
Reference in New Issue