aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-04-04 19:39:55 -0700
committerChristian Cunningham <cc@localhost>2022-04-04 19:39:55 -0700
commitd7f29c6a748ec1d5fc45cad77c3397aa8d777623 (patch)
treec5a2a6b854087ab9c77b6fb3e06a437704d586aa /README.md
parent4d4d0d1d05a0c705e95d0aa2c18f941675182f47 (diff)
Invoke Unix Make
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0856e2f..1e19d01 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
# Jobbed
## Notice
- - Currently `make copy` has a default disk /dev/sdc1. If you run it, it will mount this, copy the built image, and then unmount it.
+ - Currently `make -f Unix.mk copy` has a default disk /dev/sdc1. If you run it, it will mount this, copy the built image, and then unmount it.
- While this wouldn't overwrite any data, the unmounting of this disk may be errant on your computer configuration, causing you to lose access to files until you remount the disk.
- This will be changed in a few releases, but as it stands currently, this warning is here to prevent any transient problems
## Building (Debian)
- Clone the repository.
- Ensure you have the `arm-none-eabi-gcc` cross compiler installed.
- - From the root of the directory, i.e. in `Jobbed`, execute `make`
+ - From the root of the directory, i.e. in `Jobbed`, execute `make -f Unix.mk`
## Getting Cross Compiler
- https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/downloads