Files
printf/tests/test.sh
LinlyBoi 6c756ea867 yes
2023-08-21 11:39:20 +03:00

4 lines
82 B
Bash
Executable File

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