summary refs log tree commit diff
path: root/configure
blob: ba1718cdc8d73722dbfc19e23ddc00a58bfeefb4 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh
set -eu
cflags=$(pkg-config --cflags sdl2)
ldlibs=$(pkg-config --libs sdl2)
cat > config.mk << EOF
CFLAGS += ${cflags}
LDLIBS += ${ldlibs}
EOF
June McEnroe 2020-07-20Set pull.rebase trueJune McEnroe 2020-07-18Read from stdin in orderJune McEnroe 2020-07-18Actually fix nvim and doas presence testsJune McEnroe 2020-07-14Install up CGI with mode 700June McEnroe 2020-07-14Check that there is upload dataJune McEnroe 2020-07-14Add CGI upload program for temp.causal.agencyJune McEnroe 2020-07-10Add The Broken KingdomsJune McEnroe 2020-07-08Add facebook and twitter to title user-agentJune McEnroe 2020-06-30Tweak causal.agency for mostly no reasonJune McEnroe 2020-06-30Add Ancillary JusticeJune McEnroe 2020-06-26Add password non-manager to planJune McEnroe 2020-06-26Tweak TF2 sensitivities once moreJune McEnroe 2020-06-19Add note about litterbox bot useJune McEnroe 2020-06-19Publish "IRC suite"June McEnroe 2020-06-17Add errors to link.shJune McEnroe