summaryrefslogtreecommitdiff
path: root/run_example
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2025-09-22 17:21:30 +0200
committerkkard2 <[email protected]>2025-09-22 17:21:30 +0200
commita17e7369bfe9cb4a23225084a396ec92823bad2b (patch)
treeb229b07c1a1c131467f61010eec985b62293897e /run_example
parent2d0894f9887f9e100d7546b6ca93934eced93e39 (diff)
reorganize examples
Diffstat (limited to 'run_example')
-rw-r--r--run_example2
1 files changed, 2 insertions, 0 deletions
diff --git a/run_example b/run_example
new file mode 100644
index 0000000..f34e57a
--- /dev/null
+++ b/run_example
@@ -0,0 +1,2 @@
+#!/bin/bash
+cc -o platform_x11 platform_x11.c -lX11 -Wall -Wextra -g && ./platform_x11