]> git.lizzy.rs Git - uwu-nolambda.git/commitdiff
Update to changes in the uwu ecosystem
authorElias Fleckenstein <eliasfleckenstein@web.de>
Sat, 1 Jan 2022 19:17:59 +0000 (20:17 +0100)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Sat, 1 Jan 2022 19:17:59 +0000 (20:17 +0100)
Makefile
README.md

index 5459cb5a84568e8f68ae1a156660cb58c701cd0e..fc20105dae10400923d63ea6724277a71f5d88aa 100644 (file)
--- 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
index 5a1b5c773004b152527137e95cd424d10a82cedf..abb7e760873020b6fd96f0132fdc6b85e3753ca7 100644 (file)
--- 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