]> git.lizzy.rs Git - uwu-nolambda.git/blobdiff - Makefile
Fix typo in README.md
[uwu-nolambda.git] / Makefile
index 7e163ae8cdf90d426e8b7462b7866cc4ef39e77a..fc20105dae10400923d63ea6724277a71f5d88aa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
-all: flow.so io.so fs.so
+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
+       gcc -g -I${uwu_include_path} -shared -fpic $< -o $@ -D_GNU_SOURCE -Wall -Wextra
 
 clean:
        rm -rf *.so