From d82fa725fb03026ba073ae0fb5272ce2d221b8f4 Mon Sep 17 00:00:00 2001 From: xolatile Date: Thu, 26 Jun 2025 12:31:13 +0200 Subject: Dumping initial prototype... --- compile.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 compile.sh (limited to 'compile.sh') diff --git a/compile.sh b/compile.sh new file mode 100644 index 0000000..36e14a4 --- /dev/null +++ b/compile.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +set -xe + +gcc -std=gnu99 -Wall -Wextra -Wpedantic -Werror -Ofast -o x709 x709.c -lraylib + +exit -- cgit v1.2.3