summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d29cdc6..ca94eb5 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,11 @@ test-bin: $(OBJ) $(TEST_OBJ)
test:
make test-bin && ./test-bin
+.PHONY: install
+install:
+ cp gitrolex $(HOME)/.bin
+
+
.PHONY: clean
clean:
rm -rf *.o