]> git.lizzy.rs Git - uwu-nolambda.git/blobdiff - Makefile
Fix typo in README.md
[uwu-nolambda.git] / Makefile
index e64b357578bf8eb70c1ebc3e0b1e3c6ae24dcab9..fc20105dae10400923d63ea6724277a71f5d88aa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
-all: flow.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