1. bf.jit.o: bf.jit.cc bf.jit.s mm.h
    
  2. 	g++ bf.jit.s bf.jit.cc -no-pie -std=gnu++17 -O3 -masm=intel -o bf.jit.o
    
  3.