1 2 3 4 5 6 7 8 9
CPPC=g++ CPPFLAGS=-O2 -Wall -Wextra -mtune=native all: fsbm fsbm: fsbm.cpp $(CPPC) fsbm.cpp statistics.cpp -o fsbm $(CPPFLAGS) clean: @rm fsbm