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