]> git.lizzy.rs Git - uwu-nolambda.git/blobdiff - Makefile
Update to changes in the uwu ecosystem
[uwu-nolambda.git] / Makefile
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