about summary refs log tree commit diff homepage
path: root/kcgi.mk
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-07-27 17:57:11 -0400
committerJune McEnroe <june@causal.agency>2019-07-27 17:57:48 -0400
commit07689046a008544c9ccd91a8358c5b536002dc71 (patch)
tree0671f5436786aea53c9cee203f0d9b568228c999 /kcgi.mk
parentRemove NetHack from index (diff)
downloadtorus-07689046a008544c9ccd91a8358c5b536002dc71.tar.gz
torus-07689046a008544c9ccd91a8358c5b536002dc71.zip
Use braces in Makefile
Diffstat (limited to '')
-rw-r--r--kcgi.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcgi.mk b/kcgi.mk
index 8492047..1b61091 100644
--- a/kcgi.mk
+++ b/kcgi.mk
@@ -1,3 +1,3 @@
 CFLAGS += -DHAVE_KCGI -I/usr/local/include
 LDFLAGS += -L/usr/local/lib
-LDLIBS := -lkcgi $(LDLIBS)
+LDLIBS := -lkcgi ${LDLIBS}