summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-rwxr-xr-xrun2
1 files changed, 2 insertions, 0 deletions
diff --git a/run b/run
new file mode 100755
index 0000000..f34e57a
--- /dev/null
+++ b/run
@@ -0,0 +1,2 @@
+#!/bin/bash
+cc -o platform_x11 platform_x11.c -lX11 -Wall -Wextra -g && ./platform_x11