From 6c1154d80e7f7a04444d01d97942ac9e8138297a Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Fri, 29 Jan 2021 13:06:49 -0500 Subject: Cleaned up build system --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0acbb9a..ea0e172 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Details forthcoming, but at a glance: ## Building for the native platform - PLATFORM=native make ctaklm + make native ## Building for the Raspberry Pi Zero @@ -20,7 +20,7 @@ Download and extract a recent version of buildroot into the working directory. Edit `BUILDROOT_DIR=buildroot-2020.11.1` in `Makefile` to point to the extracted directory. - make all + make pi ## The computer opponent -- cgit v1.3.1