fsb_mpeg: fsb_mpeg.c
	gcc --std=c99 fsb_mpeg.c -o fsb_mpeg -lm

clean:
	rm -f fsb_mpeg
