aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2022-01-01 20:17:59 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2022-01-01 20:17:59 +0100
commitdbac99fc1c35dc75954dca1cc21e704b98a4f1f0 (patch)
treee95f8f1160fe4851c1923ea834bb016d5f12c028
parent8cd163d433aed8edf41b348e43546bf47c5de197 (diff)
downloaduwu-nolambda-dbac99fc1c35dc75954dca1cc21e704b98a4f1f0.tar.xz
Update to changes in the uwu ecosystem
-rw-r--r--Makefile2
-rw-r--r--README.md2
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