aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7e163ae..bdf5ded 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
-all: flow.so io.so fs.so
+all: flow.so io.so fs.so os.so
uwu_include_path=../uwulang/
%.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