summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
new file mode 100644
index 0000000..a0776bb
--- /dev/null
+++ b/build.sh
@@ -0,0 +1 @@
+gcc main.c -I/usr/local/include/SDL2 -D_REENTRANT -L/usr/local/lib -Wl,-rpath,/usr/local/lib -Wl,--enable-new-dtags -lSDL2 -lvulkan -lm -g