From 0836adac884a5f316969dea8132badcfec8202a7 Mon Sep 17 00:00:00 2001 From: Matteo Bonacini Date: Tue, 8 Jun 2021 18:59:05 +0200 Subject: [PATCH] Fix comment align --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f468369..bfa3327 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ cmake .. ``` Then, run either of these commands ```shell -make sir # compile the program only +make sir # compile the program only make tests # compile tests only make # compile both ```