Files
learning_c/ch_04/exercise_04-01/compile.sh
T
2020-11-03 21:34:46 -05:00

6 lines
62 B
Bash
Executable File

#!/bin/bash
gcc main.c kstrindex.c -I. -std=gnu99 -o a.out