1 files changed, 3 insertions(+), 0 deletions(-)
M Makefile
M Makefile => Makefile +3 -0
@@ 75,6 75,9 @@ copy-executable: all
ssh $(SSH_OPTIONS) $(TARGET_USER)@$(TARGET_IP) mv $(TARGET_DIR)/bin/* $(TARGET_DIR)
ssh $(SSH_OPTIONS) $(TARGET_USER)@$(TARGET_IP) mv $(TARGET_DIR)/copy/* $(TARGET_DIR)
+run: copy-executable
+ ssh $(SSH_OPTIONS) -t $(TARGET_USER)@$(TARGET_IP) $(TARGET_DIR)/file-browser $(ARG)
+
run-image-viewer: copy-executable
ssh $(SSH_OPTIONS) -t $(TARGET_USER)@$(TARGET_IP) $(TARGET_DIR)/image-viewer $(ARG)