From c6083ca2234b7bd19df62a20eb2549385ffdb382 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Wed, 25 Oct 2023 14:06:39 +0200 Subject: examples: Fix wrong library name --- examples/hello/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/hello/Makefile') diff --git a/examples/hello/Makefile b/examples/hello/Makefile index 275fa5a..e31bd6d 100644 --- a/examples/hello/Makefile +++ b/examples/hello/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) -- cgit v1.2.3