aboutsummaryrefslogtreecommitdiff
path: root/examples/html/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/html/Makefile')
-rw-r--r--examples/html/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/html/Makefile b/examples/html/Makefile
index 87d27aa..59612ed 100644
--- a/examples/html/Makefile
+++ b/examples/html/Makefile
@@ -6,7 +6,7 @@ DEPS = \
LIBWEB = ../../libweb.a
DYNSTR = ../../dynstr/libdynstr.a
CFLAGS = -I ../../include -I ../../dynstr/include
-LIBWEB_FLAGS = -L ../../ -l libweb
+LIBWEB_FLAGS = -L ../../ -l web
DYNSTR_FLAGS = -L ../../dynstr -l dynstr
all: $(PROJECT)