bfjit/build.sh
2023-08-29 21:02:20 +02:00

5 lines
74 B
Bash

#!/bin/bash
gcc -o program main.c -std=c17 -Wall -Wextra -Wpedantic -O3