make 55 B

1234567
  1. #!/bin/sh
  2. cc=gcc
  3. exe=markov
  4. $cc -o $exe src/markov.c