diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2026-05-21 13:43:03 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2026-05-21 15:11:09 -0500 |
| commit | df2c43b689d9a181fee8737ec7d7a31d07631126 (patch) | |
| tree | 91793bf845e6eef5fed63fca1f56bb0ee6c6b38f /win-resize-mt/build.sh | |
| parent | 7609a834a1fbadfa8577d066f40b593fde2f0047 (diff) | |
Diffstat (limited to 'win-resize-mt/build.sh')
| -rw-r--r-- | win-resize-mt/build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win-resize-mt/build.sh b/win-resize-mt/build.sh new file mode 100644 index 0000000..c7c4423 --- /dev/null +++ b/win-resize-mt/build.sh @@ -0,0 +1,3 @@ +#!/bin/bash +mkdir -p bin +cc -o bin/win-resize-mt -Wall -Wextra -Wpedantic -O0 -g ./win-resize-mt.c -ldwmapi -lgdi32 |