3 lines
96 B
Bash
3 lines
96 B
Bash
#!/bin/bash
|
|
gcc -Wall -I include/ -g -o mtftableprint tableprint.c mtftable.c src/dlist/dlist.c
|