bfjit/build.sh
2023-08-29 23:19:47 +02:00

5 lines
91 B
Bash

#!/bin/bash
gcc -o program -std=c17 -Wall -Wextra -Wpedantic -O3 `cat compile_files.txt`