summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgeno <gabriele.genovese2@studio.unibo.it>2024-05-28 11:04:48 +0200
committergeno <gabriele.genovese2@studio.unibo.it>2024-05-28 11:04:48 +0200
commit4de1659abf7fb73487632a8f3ee9d5febc5ee43e (patch)
treea55e59e0ad58bed15c33f57b135343e54c04410f
parente59f9fd477eccea7d69ea874186a124e3fc10a4c (diff)
update readme and gitignore
-rw-r--r--.gitignore1
-rw-r--r--README.md7
2 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 89f9ac0..ec9319a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
out/
+trees/ \ No newline at end of file
diff --git a/README.md b/README.md
index 1f03a1c..3c7e80b 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,10 @@
# CLP Project
Project for the AA 2023/2024 **Complementi di programmazione**'s course of the Master Degree in Computer Science.
+
+# How to start
+
+```shell
+make
+make runall
+```