aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5459cb5..fc20105 100644
--- 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