aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2021-11-13 10:56:58 +0900
committernsfisis <nsfisis@gmail.com>2021-11-13 10:56:58 +0900
commit5ae35c65eb33a2dc1326ae25cf09119d61ffdb84 (patch)
treecee060ca481415b33df275ac4cbedf65235e3f61
parent8af09aecf0a22a4a8fff35480801c3e55ad99022 (diff)
downloadbig-clock-mode-5ae35c65eb33a2dc1326ae25cf09119d61ffdb84.tar.gz
big-clock-mode-5ae35c65eb33a2dc1326ae25cf09119d61ffdb84.tar.zst
big-clock-mode-5ae35c65eb33a2dc1326ae25cf09119d61ffdb84.zip
add make target "run"v1.0.0
-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)