commit df20345d77c3407cc3613a78d1fc1b420a687a84 parent 70b5bc5932228be427372b0a66de78b6c4e1d9da Author: Sean Enck <sean@ttypty.com> Date: Sun, 26 Mar 2023 13:30:58 -0400 install target Diffstat:
| M | Makefile | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -26,3 +26,7 @@ clean: rm -rf .git make build make check + +install: + install -Dm755 $(TARGET) $(BINARY) + $(TARGET) bash > $(COMPLETION)