diff options
| author | nsfisis <nsfisis@gmail.com> | 2021-11-13 10:56:58 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2021-11-13 10:56:58 +0900 |
| commit | 5ae35c65eb33a2dc1326ae25cf09119d61ffdb84 (patch) | |
| tree | cee060ca481415b33df275ac4cbedf65235e3f61 | |
| parent | 8af09aecf0a22a4a8fff35480801c3e55ad99022 (diff) | |
| download | big-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-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ BIN := big-clock-mode all: build +.PHONY: run +run: build + ./$(BIN) + .PHONY: build build: $(BIN) |
