From ef6aab27719fa9ddf73a98a72d0f0a900064919e Mon Sep 17 00:00:00 2001 From: Xnoe Date: Thu, 9 Jul 2020 20:44:41 +0100 Subject: [PATCH] Updated Makefile to support installation... hopefully! --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f52262d..84b2561 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,5 @@ templ: - g++ -std=c++17 -o testfiles/templ main.cpp + g++ -std=c++17 -o templ main.cpp + +install: + mv templ $(DESTDIR)/usr/bin/templ