]> git.lizzy.rs Git - uwu-nolambda.git/blobdiff - Makefile
Implement nolambda:flow
[uwu-nolambda.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..e64b357
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+all: flow.so
+
+uwu_include_path=../uwulang/
+
+%.so: %.c
+       gcc -g -I${uwu_include_path} -shared -fpic $< -o $@ -D_GNU_SOURCE
+
+clean:
+       rm -rf *.so