summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-01-19 20:31:26 -0500
committerJune McEnroe <june@causal.agency>2022-01-19 20:31:26 -0500
commitcb8d1b637275434b64bdcd448afd2e9a2e269f80 (patch)
tree4db93b9aae7bc36c0cc6340f533cf2bb948b35e4 /configure
parentAllow choosing freecell game on command line (diff)
downloadwep-cb8d1b637275434b64bdcd448afd2e9a2e269f80.tar.gz
wep-cb8d1b637275434b64bdcd448afd2e9a2e269f80.zip
Replace build system with cmake
Thanks to cr1901 for helping to test this on Windows.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure b/configure
deleted file mode 100755
index ba1718c..0000000
--- a/configure
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-set -eu
-cflags=$(pkg-config --cflags sdl2)
-ldlibs=$(pkg-config --libs sdl2)
-cat > config.mk << EOF
-CFLAGS += ${cflags}
-LDLIBS += ${ldlibs}
-EOF