CC=gcc CFLAGS=-O2 -Wall -Wextra -mtune=native all: fsbm fsbm: fsbm.c $(CC) fsbm.c -o fsbm $(CFLAGS) clean: @rm fsbm