xop/compile.sh
2025-04-27 02:32:20 +02:00

8 lines
66 B
Bash

#!/bin/bash
set -xe
gcc -std=gnu17 -w -Ofast -o xop xop.c
exit