Fix JMK bug, update architecture docs
diff --git a/src/lisp/Jmk b/src/lisp/Jmk
index 4d0825f..673f586 100644
--- a/src/lisp/Jmk
+++ b/src/lisp/Jmk
@@ -33,7 +33,7 @@
 type(executable)
 
 run: lisp
-	status_log(RUN, ./lisp)
+	status_log(LISP, test.lisp)
 	@./lisp ./test.lisp
 
 format: