From dbac99fc1c35dc75954dca1cc21e704b98a4f1f0 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Sat, 1 Jan 2022 20:17:59 +0100 Subject: [PATCH] Update to changes in the uwu ecosystem --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5459cb5..fc20105 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: flow.so io.so fs.so os.so random.so -uwu_include_path=../uwulang/ +uwu_include_path=../uwu-lang/ %.so: %.c gcc -g -I${uwu_include_path} -shared -fpic $< -o $@ -D_GNU_SOURCE -Wall -Wextra diff --git a/README.md b/README.md index 5a1b5c7..abb7e76 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ e# nolambda -nolambda is a collection of native [uwu](https://github.com/EliasFleckenstein03/uwulang) modules that break the lambda paradigm, such as linear execution, I/O, globals etc. +nolambda is a collection of native [uwu](https://github.com/EliasFleckenstein03/uwu-lang) modules that break the lambda paradigm, such as linear execution, I/O, globals etc. ## Building -- 2.44.0