xhampion/compile.sh

10 lines
106 B
Bash

#!/bin/bash
set -xe
gnatmake -c xhampion.adb
gnatbind xhampion.ali
gnatlink xhampion.ali -lraylib
exit