]> git.lizzy.rs Git - uwu-lang.git/blobdiff - Makefile
Add :ref module and refactor type handling
[uwu-lang.git] / Makefile
index 8dbf5d8a38b5817bc1ddd537a1dfa830e7c7566a..17c69223ea41687819cdc425f2ea389b1f4ea20f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ uwu: src/*.c src/*.h
 
 .PHONY: std api
 
-std: std/bool.so std/int.so std/str.so std/nil.so
+std: std/bool.so std/int.so std/str.so std/nil.so std/ref.so
 api: api/api.so
 
 std/%.so: std/%.c