summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorBrett Holman <bpholman5@gmail.com>2021-07-13 22:22:30 -0600
committerBrett Holman <bpholman5@gmail.com>2021-07-13 22:30:45 -0600
commit77ae882ed3a77cb67d32a55ace880d8a1170f629 (patch)
tree6909e32d9e1675feaa9a304ae60744a0e93578f6 /lib/Makefile
parentad271f80bf68a7b8e771c0b66fbdb5d2c5039d54 (diff)
- added bcachefs-tools dependency for man page autogen
- made lwipv6 library an optional build dep - added code block formatting to README
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 0c41ec1..445c207 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,4 +1,4 @@
-LDLIBS=-llwipv6
CFLAGS=-Wall -g -O2
-all: lwip-connect qemu-wrapper
+qemu-wrapper:
+lwip-connect: LDLIBS=-llwipv6