Files
printf/tests/test.sh
2023-12-19 15:31:49 +02:00

4 lines
94 B
Bash
Executable File

#!/usr/bin/bash
gcc -Wno-format -Wall -pedantic -Werror -Wextra -std=gnu89 $1 ../*.c -o a
./a