summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSon Ho2021-12-07 17:53:28 +0100
committerSon Ho2021-12-07 17:53:28 +0100
commit34eee949be4610a9e9f1d18b3e6b0afada8d9706 (patch)
tree0f2fddf275e03be94a6cabc01f2827910e4effd3
parent5b04c0d0475fa8368a361575f7f0084de77ab900 (diff)
Add comments in the Makefile
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 391a9ee7..fd2b5f1f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,7 @@
+# The all target builds the project and runs it on a test file (whose path
+# is currently hardcoded in main.ml). In order to check that we don't alter
+# the behaviour of the interpreter while updating it, we check that the trace
+# remains unchanged.
all:
dune build src/main.exe && \
dune exec src/main.exe > tests/trace_current.txt && \