more specific error messages

This commit is contained in:
2025-09-17 22:45:14 +01:00
parent bf5daf1b54
commit 98a5d859a0
5 changed files with 267 additions and 115 deletions

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
common_files = parser.ml periodic.ml main.ml
monpar.native:
ocamlfind ocamlopt $(common_files)
monpar.byte:
ocamlfind ocamlc $(common_files)
clean:
rm -f *.cmo *.cmi *.o *.out *.cmx