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
config?id=fe2200412a8563fa8e49621294a82bfc9421a99e&follow=1'>Shorten .local ssh namesJune McEnroe 2018-08-16Export GPG_TTYJune McEnroe 2018-08-16Disable visual bell entirely in TerminalJune McEnroe 2018-08-16Rearrange kshrc, fix right promptJune McEnroe