From 15c0b6fc5fe21eb3a819b677d88dd40a5231064d Mon Sep 17 00:00:00 2001
From: Hugo Hornquist <hugo.hornquist@liu.se>
Date: Sun, 22 Nov 2020 21:46:58 +0100
Subject: [PATCH] Add Makefile for installation.

---
 Makefile | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 Makefile

diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..91964dc
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+.PHONY: install
+
+install:
+	cp git-* $(DESTDIR)/usr/bin/
-- 
GitLab