From 5935f2a8c67483b5f693e180337829ce7fe2b9d4 Mon Sep 17 00:00:00 2001 From: Corwin Kuiper Date: Sat, 6 Mar 2021 18:04:22 +0000 Subject: [PATCH] information on Makefile structure --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c15af826..3931fc99 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,9 @@ examples as documentation. * Nightly rust, probably quite a recent version. * Devkitarm. -This is probably easiest to do in a container. \ No newline at end of file +This is probably easiest to do in a container. + +## Makefile + +The Makefile is written such that `make d-{example name}` runs the debug build +of the example, and `make r-{example name}` runs the release build. \ No newline at end of file