mirror of
https://github.com/SimonFJ20/bfjit
synced 2026-01-16 05:27:30 +01:00
5 lines
91 B
Bash
5 lines
91 B
Bash
#!/bin/bash
|
|
|
|
gcc -o program -std=c17 -Wall -Wextra -Wpedantic -O3 `cat compile_files.txt`
|
|
|