aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6625528..1a1f35c 100644
--- a/Makefile
+++ b/Makefile
@@ -14,3 +14,7 @@ build: $(SOURCE_FILES) $(RUST_LIB)
$(RUST_LIB):
$(MAKE) -C $(RUST_DIR) $@
+
+.PHONY: run
+run: build
+ ~/Library/Developer/Xcode/DerivedData/DomeKey-*/Build/Products/Debug/DomeKey