diff options
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) |
