Loki/Makefile.common
lfittl b2ad60ebe7 - Updated information for next release
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@827 7ec92016-0320-0410-acc4-a06ded1c099a
2007-05-29 02:26:26 +00:00

7 lines
194 B
Text

VERSION := 0.1.7
OS ?= $(shell uname -s)
CXXWARNFLAGS := -Wall -Wold-style-cast -Wundef -Wsign-compare -Wconversion -Wpointer-arith -pedantic
CXXFLAGS := $(CXXWARNFLAGS) -g -O2
prefix := /usr