diff options
author | June McEnroe <june@causal.agency> | 2022-01-19 20:51:03 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-01-19 20:51:03 -0500 |
commit | 74276efb806fb548dc2dff23b3c6526160172b04 (patch) | |
tree | 160bcae5d9825eaec751c0fb920b220710598120 /cards/configure | |
parent | Replace build system with cmake (diff) | |
parent | Replace build system with cmake (diff) | |
download | wep-74276efb806fb548dc2dff23b3c6526160172b04.tar.gz wep-74276efb806fb548dc2dff23b3c6526160172b04.zip |
Merge commit '344497630ac9ef2d46287cd574472ce369694076'
Diffstat (limited to '')
-rwxr-xr-x | cards/configure | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cards/configure b/cards/configure deleted file mode 100755 index ba1718c..0000000 --- a/cards/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 |