commit 8b9382c5c5c311613fbf3a9beb1ff21db0aec871 Author: Abdelrahman Date: Sun Oct 1 23:36:44 2023 +0100 Add build script diff --git a/build b/build new file mode 100755 index 0000000..64a013c --- /dev/null +++ b/build @@ -0,0 +1,3 @@ +#!/bin/bash + +(set -x ; clang $(pkg-config --libs SDL2_image) main.c -o main)