aicodix___dsp/tests/Makefile
2018-03-02 14:04:46 +01:00

13 lines
171 B
Makefile

CXXFLAGS = -I.. -std=c++11 -W -Wall -O3 -march=native -ffast-math
CXX = clang++ -stdlib=libc++
#CXX = g++
.PHONY: clean test
test: kahan
./kahan
clean:
rm -f kahan