aboutsummaryrefslogtreecommitdiff
path: root/Common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Common.mk')
-rw-r--r--Common.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Common.mk b/Common.mk
index 66e103c..b2664b0 100644
--- a/Common.mk
+++ b/Common.mk
@@ -108,3 +108,6 @@ tree:
test: clean build/kernel.elf
@tput setaf 6 2> /dev/null || true; echo Running Tests; tput sgr0 2> /dev/null || true
@./tests/run.sh
+
+copy: clean build/kernel7.img
+ sudo cp build/kernel7.img /mnt/sd0