aboutsummaryrefslogtreecommitdiff
path: root/Common.mk
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-03-30 13:16:39 -0700
committerChristian Cunningham <cc@localhost>2022-03-30 13:16:39 -0700
commitfb5ebe9eaae5f90ca3358fed94fc2611f3661b9a (patch)
treef54a926610b3ed64cdfa98796fa09ee0526680d4 /Common.mk
parent9e1bb73b5a9cc7819ff032ff6630f88ed7d94b62 (diff)
Testing temporal event resolution
Diffstat (limited to 'Common.mk')
-rw-r--r--Common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Common.mk b/Common.mk
index 66a9d3b..b8af1ca 100644
--- a/Common.mk
+++ b/Common.mk
@@ -140,6 +140,6 @@ test: clean build/kernel.elf
@./tests/run.sh
copy: clean build/kernel7.img
- sudo mount /mnt/sd0
+ sudo mount $(DISK) /mnt/sd0
sudo cp build/kernel7.img /mnt/sd0
sudo umount /mnt/sd0