From 5ae35c65eb33a2dc1326ae25cf09119d61ffdb84 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 13 Nov 2021 10:56:58 +0900 Subject: add make target "run" --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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) -- cgit v1.2.3-70-g09d2