aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-05-28 18:54:03 +0200
committerBad Diode <bd@badd10de.dev>2023-05-28 18:54:03 +0200
commit765dc3ab3d79bdca696a0d651385af3020c895c6 (patch)
tree628a6ad09f1f0d9f2d8918a5a8924ded0ce001c4 /Makefile
parent5024c6631ab583c0b375f0002e2ad6d6373d84ee (diff)
downloadstepper-765dc3ab3d79bdca696a0d651385af3020c895c6.tar.gz
stepper-765dc3ab3d79bdca696a0d651385af3020c895c6.zip
Add initial link cable clock sync
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 90b0a0d..5ccc725 100644
--- a/Makefile
+++ b/Makefile
@@ -81,6 +81,11 @@ $(BUILD_DIR):
81run: main 81run: main
82 mgba-qt $(BIN) 82 mgba-qt $(BIN)
83 83
84deploy:
85 mount /dev/sdf1 /mnt
86 cp $(BIN) /mnt
87 umount /mnt
88
84# Remove build directory. 89# Remove build directory.
85clean: 90clean:
86 rm -rf $(BUILD_DIR) 91 rm -rf $(BUILD_DIR)