From a17e7369bfe9cb4a23225084a396ec92823bad2b Mon Sep 17 00:00:00 2001 From: kkard2 Date: Mon, 22 Sep 2025 17:21:30 +0200 Subject: reorganize examples --- run_example | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 run_example (limited to 'run_example') 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 -- cgit v1.3.1