index
:
xolatile-xop
master
xop
Ognjen Milan Robovic
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compile.sh
blob: 25070f9228bc0066058e510f230e3e954099bd70 (
plain
) (
blame
)
1
2
3
4
5
6
7
#!/bin/bash set -xe gcc -std=gnu17 -w -Ofast -o xop xop.c exit