From 8b9382c5c5c311613fbf3a9beb1ff21db0aec871 Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Sun, 1 Oct 2023 23:36:44 +0100 Subject: [PATCH] Add build script --- build | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 build 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)