about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-03-02 18:46:02 -0500
committerJune McEnroe <june@causal.agency>2020-03-02 18:46:02 -0500
commit834fb3a3615c7546af0f35e8f0a0b31d923d7585 (patch)
treeadc9d802242884eaf611ba79ccc8e3d59b9a807c /Makefile
parentImplement the causal.agency/consumer capability (diff)
downloadlitterbox-834fb3a3615c7546af0f35e8f0a0b31d923d7585.tar.gz
litterbox-834fb3a3615c7546af0f35e8f0a0b31d923d7585.zip
Replace .mk files with configure script
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b358a82..5db0edd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,8 @@
 PREFIX = /usr/local
 MANDIR = ${PREFIX}/share/man
 ETCDIR = ${PREFIX}/etc
-LIBS_PREFIX = /usr/local
 
 CFLAGS += -std=c11 -Wall -Wextra -Wpedantic
-CFLAGS += ${LIBS_PREFIX:%=-I%/include}
-LDFLAGS += ${LIBS_PREFIX:%=-L%/lib}
 LDLIBS = -lsqlite3
 LDLIBS_litterbox = -ltls
 
/commit/curtis/.nethackrc?id=8526a377f2500add505127f71ffc43342f8989b7&follow=1'>Autopickup ringsJune McEnroe 2017-07-24Name dogJune McEnroe 2017-07-23Add nethackrcJune McEnroe 2017-07-23Remove useless setuid in briJune McEnroe 2017-07-23Clean up hnel a tiny bitJune McEnroe 2017-07-21Set window size in hnelJune McEnroe 2017-07-21Add hnelJune McEnroe 2017-07-19chmod 600 in dtchJune McEnroe