diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-01-01 20:17:59 +0100 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-01-01 20:17:59 +0100 |
commit | dbac99fc1c35dc75954dca1cc21e704b98a4f1f0 (patch) | |
tree | e95f8f1160fe4851c1923ea834bb016d5f12c028 | |
parent | 8cd163d433aed8edf41b348e43546bf47c5de197 (diff) | |
download | uwu-nolambda-dbac99fc1c35dc75954dca1cc21e704b98a4f1f0.tar.xz |
Update to changes in the uwu ecosystem
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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 |