aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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)