diff options
Diffstat (limited to 'Common.mk')
-rw-r--r-- | Common.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |