aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 31a0db7..f3ef4aa 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,10 @@ BIN := big-clock-mode
all: build
+.PHONY: run
+run: build
+ ./$(BIN)
+
.PHONY: build
build: $(BIN)