Browse code

Initial commit

Dario Rodriguez authored on 26/01/2025 11:50:16
Showing 1 changed files
1 1
new file mode 100755
... ...
@@ -0,0 +1,2 @@
1
+#!/bin/bash
2
+gcc -Iexternal/raylib/include/ test.c external/raylib/libraylib.a -lm -o test