8 lines
194 B
Text
8 lines
194 B
Text
|
VERSION := 0.1.6
|
||
|
OS ?= $(shell uname -s)
|
||
|
|
||
|
CXXWARNFLAGS := -Wall -Wold-style-cast -Wundef -Wsign-compare -Wconversion -Wpointer-arith -pedantic
|
||
|
CXXFLAGS := $(CXXWARNFLAGS) -g -O2
|
||
|
|
||
|
prefix := /usr
|