summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-03-27 23:18:14 -0400
committerJune McEnroe <june@causal.agency>2019-03-27 23:18:14 -0400
commitd268e957df24b8974186454b11be35c75fa9568b (patch)
tree2a9c11a62159c288a8615dbd9f3dd5eae7b04990 /Makefile
parentReplace feature test macro with _XOPEN_SOURCE (diff)
downloadwep-d268e957df24b8974186454b11be35c75fa9568b.tar.gz
wep-d268e957df24b8974186454b11be35c75fa9568b.zip
Add "configure" script
Look I'm being all compatible and stuff.
Diffstat (limited to '')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 939549e..c2457d3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,6 @@
 CFLAGS += -std=c99 -Wall -Wextra -Wpedantic
 
-SDL2_PREFIX = /usr/local
-CFLAGS += -I$(SDL2_PREFIX)/include/SDL2
-LDFLAGS += -L$(SDL2_PREFIX)/lib
-LDLIBS = -lSDL2
-
--include config.mk
+include config.mk
 
 BINS = dump freecell sol
 
f5c321baf&follow=1'>Simplify temp trap in upJune McEnroe 2019-02-17Add line numbers to hiJune McEnroe Renames previous -n option to -m to stay consistent with cat -n. Prefixing lines with line numbers affects where the first tab indent ends up relative to the text above it. Not sure if it's worth fixing somehow. 2019-02-17Always split spans after newlinesJune McEnroe Simplifies ANSI and IRC output code, and prepares for line numbered output. 2019-02-15Color format specifiers light cyan in vimJune McEnroe 2019-02-15Highlight Interp as yellowJune McEnroe 2019-02-15Highlight strings in sh command substitutionsJune McEnroe 2019-02-15Add nmap gpJune McEnroe 2019-02-14Avoid newline when copying URL to pasteboardJune McEnroe 2019-02-13Add forgotten "sixth" book of H2G2June McEnroe