diff options
author | June McEnroe <june@causal.agency> | 2022-01-19 20:49:26 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-01-19 20:49:26 -0500 |
commit | 344497630ac9ef2d46287cd574472ce369694076 (patch) | |
tree | 25d628a85126ec57e591627f4ffd4705a9bdebd8 /configure | |
parent | Remove README (diff) | |
download | wep-344497630ac9ef2d46287cd574472ce369694076.tar.gz wep-344497630ac9ef2d46287cd574472ce369694076.zip |
Replace build system with cmake
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
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 |