aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFlavian Kaufmann <flavian@flaviankaufmann.ch>2025-05-20 08:03:20 +0200
committerFlavian Kaufmann <flavian@flaviankaufmann.ch>2025-05-20 08:03:20 +0200
commit77339ce34a79a7b5a1818c1009d1db1252fe8ea6 (patch)
tree0fa1cc0819b0be255dd37b0774d088b11fc0cc92 /README.md
parentee64135583d5ba02b57cd520bb50ca8819d37bff (diff)
downloadimp-77339ce34a79a7b5a1818c1009d1db1252fe8ea6.tar.gz
imp-77339ce34a79a7b5a1818c1009d1db1252fe8ea6.zip
cleanup
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b05b025..bbc7b31 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
A small interpreter of the IMP programming language.
-# Build
+## Build
- `make all` to build interpreter.
- `make run` to interpret "example.imp".