1
0
mirror of https://github.com/janet-lang/janet synced 2025-12-08 01:28:06 +00:00

Readd the repl.

This commit is contained in:
Calvin Rose
2017-04-17 22:14:35 -04:00
parent 6e71984fc5
commit baa3544ca0
5 changed files with 114 additions and 63 deletions

View File

@@ -41,7 +41,7 @@ debug: $(GST_TARGET)
gdb $(GST_TARGET)
valgrind: $(GST_TARGET)
valgrind ./$(GST_TARGET) --leak-check=full
valgrind ./$(GST_TARGET)
clean:
rm $(GST_TARGET) || true