diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-25 14:06:39 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-25 14:10:52 +0200 |
| commit | c6083ca2234b7bd19df62a20eb2549385ffdb382 (patch) | |
| tree | 8cd626bd646b92ca474b881e0d5cc908f697d130 /examples/hello/Makefile | |
| parent | 280d400877c8c4c3d14a68f3ffe28b6d7a1b99bf (diff) | |
examples: Fix wrong library name
Diffstat (limited to 'examples/hello/Makefile')
| -rw-r--r-- | examples/hello/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
