From d6c4828bef5174984e5c53c6cbb0e46265009344 Mon Sep 17 00:00:00 2001 From: Stefan Date: Mon, 2 Sep 2024 11:05:00 +0200 Subject: [PATCH] Shorter build call --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 55cfea0..acd1ecf 100644 --- a/README.md +++ b/README.md @@ -86,15 +86,15 @@ You should build from the top-level directory of Oscar64: To build just the compiler: -* make -f make/makefile compiler +* make -C make compiler To build just game demonstrations: -* make -f make/makefile samples +* make -C make samples To build everything: -* make -f make/makefile all +* make -C make all ### Compiler arguments