added utop support

This commit is contained in:
2025-09-17 22:53:36 +01:00
parent b71f367f80
commit 9aa6ba38a9
2 changed files with 7 additions and 0 deletions

3
.ocamlinit Normal file
View File

@@ -0,0 +1,3 @@
#load "parser.cmo";;
#load "periodic.cmo";;
#load "main.cmo";;

View File

@@ -5,5 +5,9 @@ native:
byte:
ocamlfind ocamlc $(common_files)
utop: byte
utop $(common_object)
clean:
rm -f *.cmo *.cmi *.o *.out *.cmx