diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2026-05-15 11:08:06 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2026-05-15 19:40:41 -0500 |
| commit | bf6afd7ec67df86bc7a20d1128a274f7445ad7ca (patch) | |
| tree | 62174f8c05700c0531194ecedc3cb9358f083f2f /win-resize/build.sh | |
| parent | 3bbc04bf2ab5dc756a57d548a8da78b0c9044b46 (diff) | |
Diffstat (limited to 'win-resize/build.sh')
| -rw-r--r-- | win-resize/build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win-resize/build.sh b/win-resize/build.sh new file mode 100644 index 0000000..5b87d14 --- /dev/null +++ b/win-resize/build.sh @@ -0,0 +1,3 @@ +#!/bin/bash
+mkdir -p bin
+cc -o bin/win-resize -Wall -Wextra -Wpedantic -O0 -g ./win-resize.c -ldwmapi -lgdi32
|