Add build script

This commit is contained in:
Abdelrahman Said 2023-10-01 23:36:44 +01:00
commit 8b9382c5c5

3
build Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
(set -x ; clang $(pkg-config --libs SDL2_image) main.c -o main)