various/markov/make

7 lines
55 B
Bash
Executable File

#!/bin/sh
cc=gcc
exe=markov
$cc -o $exe src/markov.c